Robot Agent  1.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
debug.h
Go to the documentation of this file.
1 
11 #ifndef __DEBUG_H
12 #define __DEBUG_H
13 
14 
15 /* -- Function Prototypes -- */
16 void debug_printf(const char *format, ...);
17 
18 
19  #endif /* __DEBUG_H */
void debug_printf(const char *format,...)
Definition: debug.c:25