1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-22 02:19:30 +08:00
Files
Alas/blcrack/cracker/Dobby/source/PlatformUnifiedInterface/ExecMemory/ClearCacheTool.h
2025-11-01 00:23:46 +08:00

11 lines
123 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void ClearCache(void *start, void *end);
#ifdef __cplusplus
}
#endif