7 lines
82 B
C
7 lines
82 B
C
|
#ifndef _LOGGER_H_
|
||
|
#define _LOGGER_H_
|
||
|
|
||
|
void log(char *msg);
|
||
|
|
||
|
#endif // _LOGGER_H_
|