ref: 4d4fcc4d64f9d3266aa355bb89d484c95c014724
dir: /proto/termlib.pro/
/* termlib.c */ int tgetent __ARGS((char *tbuf, char *term)); int tgetflag __ARGS((char *id)); int tgetnum __ARGS((char *id)); char *tgetstr __ARGS((char *id, char **buf)); char *tgoto __ARGS((char *cm, int col, int line)); int tputs __ARGS((char *cp, int affcnt, void (*outc)(unsigned int))); /* vim: set ft=c : */