mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-21 14:39:32 +08:00
11 lines
123 B
C
11 lines
123 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void ClearCache(void *start, void *end);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |