Codebase list sidguesser / d0734ec1-0c59-486a-b197-2c312b18fe4b/main log.h
d0734ec1-0c59-486a-b197-2c312b18fe4b/main

Tree @d0734ec1-0c59-486a-b197-2c312b18fe4b/main (Download .tar.gz)

log.h @d0734ec1-0c59-486a-b197-2c312b18fe4b/mainraw · history · blame

1
2
3
int openlogfile( char * );
int logprintf( const char *, ... );
void closelogfile();