sgl

view src/log.h @ 34:9841c90ec769

added some comments in the header file
author John Tsiombikas <nuclear@mutantstargoat.com>
date Mon, 25 Jun 2012 00:39:46 +0300
parents
children
line source
1 #ifndef LOG_H_
2 #define LOG_H_
4 void sgl_log(const char *fmt, ...);
6 #endif /* LOG_H_ */