home *** CD-ROM | disk | FTP | other *** search
- /* ------------------------------------------------------ */
- /* CONIO2.H */
- /* Headerdatei zu CONIO2.C */
- /* (c) 1990 Michael Rother & TOOLBOX */
- /* ------------------------------------------------------ */
- #define MAXZEILE 24
- #define MAXSPALTE 79
- #define NULLI 0
- #define EINSI 1
-
- short wherex(void);
- short wherey(void);
- void gotoxy(short x, short y);
- void clrscr(void);
- void clreol(void);
- void delline(void);
- void insline(void);
- /* ------------------------------------------------------ */
- /* Ende von CONIO2.H */
-