mirror of
https://github.com/rfivet/uemacs.git
synced 2024-11-12 07:36:15 -05:00
9 lines
184 B
C
9 lines
184 B
C
#include "retcode.h"
|
|
|
|
boolean rdonly( void) ;
|
|
boolean resterr( void) ;
|
|
|
|
extern void (*logwrite)( const char *, ...) ;
|
|
extern boolean (*logger)( boolean, boolean, const char *, ...) ;
|
|
|