mach-detours/tests/test_func.h

14 lines
136 B
C
Raw Normal View History

2025-10-01 23:46:55 +02:00
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
extern int testFunctionCounter;
int testFunction();
#ifdef __cplusplus
}
#endif