sgl

annotate src/log.h @ 36:af9d2e895594

started work on ios module
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 24 Feb 2012 08:49:29 +0200
parents
children
rev   line source
nuclear@4 1 #ifndef LOG_H_
nuclear@4 2 #define LOG_H_
nuclear@4 3
nuclear@4 4 void sgl_log(const char *fmt, ...);
nuclear@4 5
nuclear@4 6 #endif /* LOG_H_ */