gsplus/src/glog.h

13 lines
202 B
C

#ifdef __cplusplus
extern "C" {
#endif
int glog(const char *s);
int glogf(const char *s, ...);
int fatal_printf(const char *fmt, ...);
void clear_fatal_logs(void);
#ifdef __cplusplus
}
#endif