mirror of
https://github.com/rfivet/uemacs.git
synced 2024-11-04 11:27:17 -05:00
21 lines
450 B
C
21 lines
450 B
C
#ifndef _MAIN_H_
|
|
#define _MAIN_H_
|
|
|
|
void edinit( char *bname) ;
|
|
int execute( int c, int f, int n) ;
|
|
int quickexit( int f, int n) ;
|
|
int quit( int f, int n) ;
|
|
int ctlxlp( int f, int n) ;
|
|
int ctlxrp( int f, int n) ;
|
|
int ctlxe( int f, int n) ;
|
|
int ctrlg( int f, int n) ;
|
|
int rdonly( void) ;
|
|
int resterr( void) ;
|
|
int nullproc( int f, int n) ;
|
|
int metafn( int f, int n) ;
|
|
int cex( int f, int n) ;
|
|
int unarg( int f, int n) ;
|
|
int cexit( int status) ;
|
|
|
|
#endif
|