tinygi

annotate src/logger.h @ 0:16fdca2a1ef5

initial tinygi commit
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 19 Jul 2015 18:30:29 +0300
parents
children
rev   line source
nuclear@0 1 #ifndef TGI_LOGGER_H_
nuclear@0 2 #define TGI_LOGGER_H_
nuclear@0 3
nuclear@0 4 void tgi_log(const char *fmt, ...);
nuclear@0 5
nuclear@0 6 #endif /* TGI_LOGGER_H_ */