home *** CD-ROM | disk | FTP | other *** search
/ ftptest.leeds.ac.uk / 2015.02.ftptest.leeds.ac.uk.tar / ftptest.leeds.ac.uk / bionet / CAE-GROUP / SCL-WIN3x / FED_PLUS.EXE / DECSTART.H < prev    next >
Text File  |  1994-07-20  |  753b  |  26 lines

  1. /* $Id */
  2.  
  3. /* Support for creating declarations and definitions from one statement */
  4. /* This particular module starts declarations */
  5.  
  6. /* This software was developed by U.S. Government employees as part of
  7.  * their official duties and is not subject to copyright.
  8.  *
  9.  * $Log
  10.  */
  11.  
  12. #define GLOBAL extern
  13. #define INITIALLY(value)
  14. #define INITIALLY1(a)
  15. #define INITIALLY2(a,b)
  16. #define INITIALLY3(a,b,c)
  17. #define INITIALLY4(a,b,c,d)
  18. #define INITIALLY5(a,b,c,d,e)
  19. #define INITIALLY6(a,b,c,d,e,f)
  20. #define INITIALLY7(a,b,c,d,e,f,g)
  21. #define INITIALLY8(a,b,c,d,e,f,g,h)
  22. #define INITIALLY9(a,b,c,d,e,f,g,h,i)
  23. #define INITIALLY10(a,b,c,d,e,f,g,h,i,j)
  24. #define INITIALLY11(a,b,c,d,e,f,g,h,i,j,k)
  25. #define INITIALLY12(a,b,c,d,e,f,g,h,i,j,k,l)
  26.