00001 #ifndef __BACKTRACE_H 00002 #define __BACKTRACE_H 00003 00004 void show_stackframe(FILE *fp); 00005 00006 #endif