1 #ifndef DEBUG_H
2 #define DEBUG_H
3 
4 void debug(void);
5 
6 #endif  /* DEBUG_H */
7