5 lines
79 B
C
5 lines
79 B
C
#ifndef STACK_TRACE_H
|
|
#define STACK_TRACE_H
|
|
void stack_trace(int mode);
|
|
#endif
|