mach-detours/tests/test_func.h
2025-10-01 23:46:55 +02:00

13 lines
136 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
extern int testFunctionCounter;
int testFunction();
#ifdef __cplusplus
}
#endif