1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-13 06:50:41 +00:00
uemacs/log.h

9 lines
153 B
C

#include "retcode.h"
extern void (*writefmt)( const char *, ...) ;
void writestr( const char *str) ;
boolean rdonly( void) ;
boolean resterr( void) ;