home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / fweb153.zip / fweb-1.53 / web / a_type.h < prev    next >
Text File  |  1995-09-23  |  624b  |  18 lines

  1. #if(0)
  2.   FTANGLE v1.53, created with UNIX on "Thursday, September 21, 1995 at 15:06." 
  3.   COMMAND LINE: "web/ftangle web/a_type -A -# --F -= 1.53/web/a_type.h"
  4.   RUN TIME: "Saturday, September 23, 1995 at 16:17."
  5.   WEB FILE:    "web/a_type.web"
  6.   CHANGE FILE: (none)
  7. #endif
  8.  
  9.  
  10. int tgetent PROTO((outer_char*buffer,CONST outer_char*name));
  11. int tgetflag PROTO((CONST outer_char*id));
  12. int tgetnum PROTO((CONST outer_char*id));
  13. outer_char*tgetstr PROTO((CONST outer_char*id,outer_char**area));
  14. outer_char*tgoto PROTO((CONST outer_char*cm,int destcol,int destline));
  15. SRTN tputs PROTO((outer_char*cp,int affcnt,int(*outc)(int)));
  16.  
  17.  
  18.