wlmaker
Loading...
Searching...
No Matches
backtrace.h
Go to the documentation of this file.
1/* ========================================================================= */
20#ifndef __BACKTRACE_H__
21#define __BACKTRACE_H__
22
23#include <stdbool.h>
24
25#ifdef __cplusplus
26extern "C" {
27#endif // __cplusplus
28
39bool wlmaker_backtrace_setup(const char *filename_ptr);
40
41#ifdef __cplusplus
42} // extern "C"
43#endif // __cplusplus
44
45#endif /* __BACKTRACE_H__ */
46/* == End of backtrace.h =================================================== */
bool wlmaker_backtrace_setup(const char *filename_ptr)
Definition backtrace.c:57