12 lines
162 B
C
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
|