home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / gnu / g__lib / incremen.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-07-23  |  274 b   |  9 lines

  1. #ifndef Incremental_h
  2. #pragma once
  3. #define Incremental_h
  4. #define DECLARE_INIT_FUNCTION(USER_INIT_FUNCTION) \
  5. static void USER_INIT_FUNCTION (); static void initfn () { USER_INIT_FUNCTION (); }
  6. #else
  7. #error Incremental.h was not the first file included in this module
  8. #endif
  9.