7 lines
98 B
C
7 lines
98 B
C
#ifndef _LOG_H_
|
|
#define _LOG_H_
|
|
|
|
void _dbg_printf(const char *format, ...);
|
|
|
|
#endif /* _LOG_H_ */
|