7 lines
82 B
C
Raw Normal View History

2020-10-28 19:40:08 +01:00
#ifndef _LOGGER_H_
#define _LOGGER_H_
void log(char *msg);
#endif // _LOGGER_H_