Files
Shipwright/soh/soh/CrashHandlerExp.h
T
2025-04-01 22:33:38 -04:00

12 lines
162 B
C

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