home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_09_01 / 9n01100a < prev    next >
Text File  |  1990-11-14  |  159b  |  20 lines

  1.  
  2.  
  3.  
  4. #ifdef EXT
  5. #undef EXT
  6. #endif
  7.  
  8. #ifdef MAIN
  9. #define EXT
  10. #else
  11. #define EXT     extern
  12. #endif
  13.  
  14. EXT  int  i
  15. #ifdef MAIN
  16.      =    5
  17. #endif
  18.  
  19.  
  20.