|
Last change
on this file was 18, checked in by bird, 23 years ago |
|
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
|
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 | }
|
|---|
| 23 | #endif
|
|---|
| 24 |
|
|---|
| 25 | #endif /* not _TERMCAP_H */
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.