rayzor

view src/logger.h @ 3:9035507275d6

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 05 Apr 2014 20:53:44 +0300
parents 2a5340a6eee4
children a68dbf80d547
line source
1 #ifndef LOGGER_H_
2 #define LOGGER_H_
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
8 void printlog(const char *fmt, ...);
10 #ifdef __cplusplus
11 }
12 #endif
14 #endif /* LOGGER_H_ */