1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-11-19 02:56:08 -05: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) ;