Files
sics/stack_trace.h

5 lines
79 B
C

#ifndef STACK_TRACE_H
#define STACK_TRACE_H
void stack_trace(int mode);
#endif