Files
2026-05-10 01:49:00 +02:00

11 lines
206 B
C

#if defined(__cplusplus)
extern "C" { // Prevents name mangling of functions
#endif
void setLogCallbackWrapper(void); // enable the call-back
#if defined(__cplusplus)
}
#endif