mirror of
https://github.com/rfivet/uemacs.git
synced 2025-01-18 22:27:09 -05:00
6 lines
173 B
C
6 lines
173 B
C
extern int gasave ; /* global ASAVE size */
|
|
extern int gacount ; /* count until next ASAVE */
|
|
|
|
int execute( int c, int f, int n) ;
|
|
void kbd_loop( void) ;
|