6 lines
73 B
C
6 lines
73 B
C
#ifndef LOG_H
|
|
#define LOG_H
|
|
|
|
void debug(const char *format, ...);
|
|
|
|
#endif |