home *** CD-ROM | disk | FTP | other *** search
- /* termcap.h (c) Copyright 1990 H.Rogers */
-
- #ifndef __TERMCAP_H
- #define __TERMCAP_H
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- extern char PC,*BC,*UP;
- extern short ospeed;
-
- extern int tgetent(char *,char *);
- extern int tgetflag(char *);
- extern int tgetnum(char *);
- extern char *tgetstr(char *,char **);
- extern char *tgoto(char *,int,int);
- extern int tputs(char *,int,int ((*)(char)));
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif
-