]> sourceware.org Git - glibc.git/blob - include/execinfo.h
143a9cc4ce3382d7e3ff8f2d15416ef8c10ac40c
[glibc.git] / include / execinfo.h
1 #ifndef _EXECINFO_H
2 #include <debug/execinfo.h>
3
4 extern int __backtrace (void **__array, int __size);
5
6 extern char **__backtrace_symbols (void *__const *__array, int __size);
7
8 extern void __backtrace_symbols_fd (void *__const *__array, int __size,
9 int __fd);
10
11 #endif
This page took 0.035924 seconds and 5 git commands to generate.