This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-Tools
/
gsplus
Watch
1
Star
0
Fork
0
You've already forked gsplus
mirror of
https://github.com/digarok/gsplus.git
synced
2024-11-24 06:34:02 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
cbb88d24ca
gsplus
/
src
/
glog.h
9 lines
127 B
C
Raw
Normal View
History
Unescape
Escape
manually redoing Kelvin's glogf work
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
Reference in New Issue
Copy Permalink