Shipwright/soh/soh/CrashHandlerExp.h

12 lines
156 B
C

#include <CrashHandler.h>
#ifdef __cplusplus
extern "C" {
#endif
void CrashHandler_PrintSohData(char* buffer, size_t* pos);
#ifdef __cplusplus
}
#endif