#ifndef DCONSOLE_H #define DCONSOLE_H #ifndef DCONSOLE_BUFLEN // max = 128 #define DCONSOLE_BUFLEN 16 #endif void debug_print(char *str); void debug_printc(char num); void debug_prints(short num); #endif /* DCONSOLE_H */