1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-07-09 06:34:15 -04:00
uemacs/log.h

6 lines
121 B
C

int rdonly( void) ;
extern void (*logwrite)( const char *, ...) ;
extern int (*logger)( int, int, const char *, ...) ;