debugger.h 92 Bytes EditWeb IDE 1 2 3 4 5 6 #ifndef DEBUGGER_H__ #define DEBUGGER_H__ extern void d_printf(char *String, ...); #endif