tinygi

view src/logger.h @ 1:bc64090fe3d1

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 20 Jul 2015 04:38:53 +0300
parents
children
line source
1 #ifndef TGI_LOGGER_H_
2 #define TGI_LOGGER_H_
4 void tgi_log(const char *fmt, ...);
6 #endif /* TGI_LOGGER_H_ */