source:
trunk/src/emx/include/bsd/termcap.h@
1303
| Last change on this file since 1303 was 18, checked in by , 23 years ago | |
|---|---|
|
|
| File size: 445 bytes | |
| Line | |
|---|---|
| 1 | /* bsd/termcap.h (emx+gcc) */ |
| 2 | |
| 3 | #ifndef _TERMCAP_H |
| 4 | #define _TERMCAP_H |
| 5 | |
| 6 | #if defined (__cplusplus) |
| 7 | extern "C" { |
| 8 | #endif |
| 9 | |
| 10 | extern char *UP; |
| 11 | extern char *BC; |
| 12 | extern char PC; |
| 13 | |
| 14 | int tgetent (char *, const char *); |
| 15 | int tgetnum (const char *); |
| 16 | int tgetflag (const char *); |
| 17 | char *tgetstr (const char *, char **); |
| 18 | char *tgoto (const char *, int, int); |
| 19 | int tputs (const char *, int, int (*)()); |
| 20 | |
| 21 | #if defined (__cplusplus) |
| 22 | } |
