201313a9f
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
// StackTrace.h // Declares the functions to print current stack trace /** Prints the stacktrace for the current thread. */ extern void PrintStackTrace(void);