1 #ifndef GINSTR_H 2 #define GINSTR_H 3 4 #ifndef GINSTR_C 5 extern int einum; 6 extern int eipos; 7 extern int eicolumn; 8 extern INSTR instrcopybuffer; 9 #endif 10 11 void instrumentcommands(void); 12 void nextinstr(void); 13 void previnstr(void); 14 void clearinstr(int num); 15 void gotoinstr(int i); 16 void showinstrtable(void); 17 18 #endif 19