home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / EXTRAS / UUCODE / UUPC / TEST / UPC12ES4.ZIP / UUTRAF / extern.h < prev    next >
Encoding:
Text File  |  1993-05-16  |  326 b   |  16 lines

  1. /*
  2.  *    #include in each module referencing (declaring) global variables
  3.  */
  4.  
  5. /*#define SID_H    "@(#)head:extern.h    1.1    92/04/20 00:26:48 (woods)"    /* */
  6. /*#define SID_NM    extern_sccsid            /* */
  7. /*#include "sccsid.h"                    /* */
  8.  
  9. #undef EXT
  10. #define EXT        extern
  11.  
  12. #undef INIT
  13. #define INIT(val)    /* nothing */
  14.  
  15. #undef DOINIT
  16.