home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_06_02 / v6n2025b.txt < prev    next >
Text File  |  1989-09-28  |  693b  |  23 lines

  1.  
  2. DATA OBJECT DECLARATIONS
  3.  
  4. keyword     FL          PL          BL
  5.  
  6. (none)      tentative   definition  definition
  7. extern      reference   ---         reference
  8. static      tentative   ---         reference
  9. auto        ---         ---         definition
  10. register    ---         definition  definition
  11. typedef     definition  ---         definition
  12.  
  13. FUNCTION DECLARATIONS
  14.  
  15. keyword     FL          PL          BL
  16.  
  17. (none)      reference   definition  reference
  18. extern      reference   ---         reference
  19. static      reference   ---         ---
  20. auto        ---         ---         ---
  21. register    ---         definition  ---
  22. typedef     definition  ---         definition
  23.