mirror of
https://github.com/rfivet/uemacs.git
synced 2024-11-19 02:56:08 -05:00
9 lines
153 B
C
9 lines
153 B
C
#include "retcode.h"
|
|
|
|
extern void (*writefmt)( const char *, ...) ;
|
|
|
|
void writestr( const char *str) ;
|
|
|
|
boolean rdonly( void) ;
|
|
boolean resterr( void) ;
|