mirror of
https://github.com/rfivet/uemacs.git
synced 2024-12-19 07:46:24 -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) ;
|