15 lines
82 B
C
Executable File
15 lines
82 B
C
Executable File
#ifndef DEBUG_H
|
|
#define DEBUG_H
|
|
|
|
void debug(void);
|
|
|
|
#endif /* DEBUG_H */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|