home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / biology / gsrc208a.zip / DYNAMIC.H < prev    next >
Text File  |  1993-02-09  |  832b  |  30 lines

  1. /*
  2.     GEPASI - a simulator of metabolic pathways and other dynamical systems
  3.     Copyright (C) 1989, 1992  Pedro Mendes
  4. */
  5.  
  6. /*************************************/
  7. /*                                   */
  8. /*        integration shells         */
  9. /*                                   */
  10. /*          MICROSOFT C 6.00         */
  11. /*           QuickC/WIN 1.0          */
  12. /*             ULTRIX cc             */
  13. /*              GNU gcc              */
  14. /*                                   */
  15. /*   (include here compilers that    */
  16. /*   compiled GEPASI successfully)   */
  17. /*                                   */
  18. /*************************************/
  19.  
  20.  
  21. #define D_OK        0
  22. #define D_OUTMEM    1
  23. #define D_NOPEN        2
  24. #define D_NOACC        3
  25. #define D_BADDAT    4
  26. #define D_NSPERR    5
  27.  
  28. int dynamic( void );
  29. int int_to_ss( void );
  30.