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

  1. @z --- d_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{D\_TYPE.WEB} % Prototypes for \.{reserved}.
  11.  
  12. @c 
  13. @* PROTOTYPES for {\tt RESERVED.WEB}.  The function prototypes are macroed
  14. up so that if |PROTOTYPES==1| (see \.{proto.hweb}) one gets full function
  15. prototyping; otherwise just old-style declarations.
  16.  
  17. @I formats.hweb
  18.  
  19. @I os.hweb
  20.  
  21. @ The make file produces \.{d\_type.h} from these prototypes.
  22.  
  23. @a
  24.  
  25. int cmpr_nd PROTO((NAME_INFO HUGE **p0,NAME_INFO HUGE **p1));
  26. SRTN ini_tokens PROTO((LANGUAGE language0));
  27. SRTN ini_RAT_tokens PROTO((LANGUAGE language0));
  28. SRTN ini_reserved PROTO((LANGUAGE l));
  29. SRTN save_id PROTO((WORD_TYPE word_type,LANGUAGE language0,
  30.             CONST outer_char HUGE **words));
  31. SRTN save_words PROTO((LANGUAGE language0,CONST RESERVED_WORD HUGE *words));
  32. SRTN see_reserved PROTO((CONST RSRVD HUGE *prsrvd));
  33.  
  34.