mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-24 06:34:02 +00:00
9 lines
127 B
C
9 lines
127 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
int glog(const char *s);
|
|
int glogf(const char *s, ...);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|