GCS  0.2.3
gu_backtrace.h
1 // Copyright (C) 2012 Codership Oy <info@codership.com>
2 
3 #ifndef GU_BACKTRACE_H
4 #define GU_BACKTRACE_H
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif /* __cplusplus */
9 
22 char** gu_backtrace(int* size);
23 
24 #ifdef __cplusplus
25 }
26 #endif /* __cplusplus */
27 
28 #endif /* GU_BACKTRACE_H */