1
0
mirror of https://github.com/rfivet/uemacs.git synced 2024-06-05 11:50:47 +00:00
uemacs/execute.h

6 lines
151 B
C
Raw Normal View History

2013-10-08 08:39:15 +00:00
extern int gasave ; /* global ASAVE size */
extern int gacount ; /* count until next ASAVE */
int execute( int c, int f, int n) ;