Initial Import from SVN
This commit is contained in:
11
include/term.h
Normal file
11
include/term.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _TERM_H
|
||||
#define _TERM_H
|
||||
|
||||
extern int tgetent(char *, char *);
|
||||
extern int tgetnum(char *);
|
||||
extern int tgetflag(char *);
|
||||
extern char *tgetstr(char *, char **);
|
||||
extern char *tgoto(char *, int, int);
|
||||
extern int tputs(register char *, int, int (*)());
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user