GDB (API)
|
#include <stdlib.h>
Go to the source code of this file.
Functions | |
int | tgetent (char *buffer, char *termtype) |
int | tgetnum (char *name) |
int | tgetflag (char *name) |
char * | tgetstr (char *name, char **area) |
int | tputs (char *string, int nlines, int(*outfun)()) |
char * | tgoto (const char *cap, int col, int row) |
Definition at line 37 of file windows-termcap.c.
Definition at line 49 of file windows-termcap.c.
Definition at line 43 of file windows-termcap.c.
char * tgetstr | ( | char * | name, |
char ** | area | ||
) |
Definition at line 55 of file windows-termcap.c.
Definition at line 70 of file windows-termcap.c.