Codebase list sidguesser / 7048039 log.h
7048039

Tree @7048039 (Download .tar.gz)

log.h @7048039raw · history · blame

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