source: vendor/emx/current/include/bsd/termcap.h

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)
7extern "C" {
8#endif
9
10extern char *UP;
11extern char *BC;
12extern char PC;
13
14int tgetent (char *, const char *);
15int tgetnum (const char *);
16int tgetflag (const char *);
17char *tgetstr (const char *, char **);
18char *tgoto (const char *, int, int);
19int 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.