1
0
Fork 0
cuberite-2a/src/OSSupport/StackTrace.h

16 lines
170 B
C

// StackTrace.h
// Declares the functions to print current stack trace
/** Prints the stacktrace for the current thread. */
extern void PrintStackTrace(void);