gsplus/src/glog.h

9 lines
127 B
C
Raw Normal View History

2017-01-20 19:28:09 +00:00
#ifdef __cplusplus
extern "C" {
#endif
int glog(const char *s);
int glogf(const char *s, ...);
#ifdef __cplusplus
}
#endif