mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
8 lines
158 B
C
8 lines
158 B
C
#ifndef _STACKTRACE_H_
|
|
#define _STACKTRACE_H_
|
|
|
|
void print_stacktrace(FILE *out = stderr, unsigned int max_frames = 63);
|
|
void install_crash_handler();
|
|
|
|
#endif
|