Loading...
Searching...
No Matches
stacktrace.h
Go to the documentation of this file.
1#ifdef STACKTRACE
2
3#ifdef __cplusplus
4extern "C" {
5#endif
6
7typedef void abortfunc();
8void setSignalHandlers(int node, abortfunc *ab);
9
10#ifdef __cplusplus
11}
12#endif
13
14#endif /* STACKTRACE */