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