home *** CD-ROM | disk | FTP | other *** search
- #ifndef GINSTR_H
- #define GINSTR_H
-
- #ifndef GINSTR_C
- int einum;
- int eipos;
- int eicolumn;
- INSTR instrcopybuffer;
- #endif
-
- void instrumentcommands(void);
- void nextinstr(void);
- void previnstr(void);
- void clearinstr(int num);
- void gotoinstr(int i);
- void showinstrtable(void);
-
- #endif
-