home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / biology / gsrc208a.zip / GEPOUT.H < prev    next >
Text File  |  1993-07-16  |  1KB  |  40 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. /*           output module           */
  9. /*                                   */
  10. /*     (dynamic data is output by    */
  11. /*      the dynamic() function)      */
  12. /*                                   */
  13. /*        Zortech C/C++ 3.0 r4       */
  14. /*          MICROSOFT C 6.00         */
  15. /*          Visual C/C++ 1.0         */
  16. /*           QuickC/WIN 1.0          */
  17. /*             ULTRIX cc             */
  18. /*              GNU gcc              */
  19. /*                                   */
  20. /*   (include here compilers that    */
  21. /*   compiled GEPASI successfully)   */
  22. /*                                   */
  23. /*************************************/
  24.  
  25.  
  26. void out_error( int n );
  27. void p_header( int p, FILE *ch );
  28. void out_rstoi( FILE *o );
  29. void out_rinv( FILE *o );
  30. int dat_fileovr( void );
  31. int dat_nl( void );
  32. int dat_titles( void );
  33. int dat_values( void );
  34. void report_init( int p );
  35. void report_dyn( void );
  36. void report_ss( int diverge, int ccfs );
  37. void report_tech( void );
  38. void report_error( void );
  39. int dat_error( void );
  40.