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

  1. @z --- a_type.web ---
  2.  
  3. FWEB version 1.53 (September 23, 1995)
  4.  
  5. Based on version 0.5 of S. Levy's CWEB [copyright (C) 1987 Princeton University]
  6.  
  7. @x-----------------------------------------------------------------------------
  8.  
  9.  
  10. \Title{A\_TYPE.WEB} % Prototypes for dummy termcap routines.
  11.  
  12. @c
  13. @* INTRODUCTION.
  14.  
  15. @I formats.hweb
  16. @I os.hweb
  17.  
  18. @ The make file produces \.{a\_type.h} from these prototypes.
  19.  
  20. @a
  21.  
  22. int tgetent PROTO((outer_char *buffer,CONST outer_char *name));
  23. int tgetflag PROTO((CONST outer_char *id));
  24. int tgetnum PROTO((CONST outer_char *id));
  25. outer_char *tgetstr PROTO((CONST outer_char *id,outer_char **area));
  26. outer_char *tgoto PROTO((CONST outer_char *cm,int destcol,int destline));
  27. SRTN tputs PROTO((outer_char *cp,int affcnt,int (*outc)(int)));
  28.  
  29.  
  30.