1 #ifndef DEBUG_H
2 #define DEBUG_H
3 
4 void debug(void);
5 
6 #endif  /* DEBUG_H */
7 
8 
9 
10 
11 
12 
13 
14 
15