mirror of
https://github.com/rfivet/uemacs.git
synced 2024-11-10 14:36:13 -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) ;
|