7 lines
94 B
C
Executable File
7 lines
94 B
C
Executable File
|
|
#ifdef __cplusplus
|
|
extern "C" void CustomAppInit();
|
|
#else
|
|
void CustomAppInit();
|
|
#endif
|