home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / biology / gsrc208a.zip / IOSIM.H < prev    next >
Text File  |  1992-12-05  |  854b  |  27 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. /*         GWSIM - Simulation        */
  9. /*        MS-WINDOWS front end       */
  10. /*                                   */
  11. /*        Simulation files I/O       */
  12. /*                                   */
  13. /*          QuickC/WIN 1.0           */
  14. /*                                   */
  15. /*   (include here compilers that    */
  16. /*   compiled GWSIM successfully)    */
  17. /*                                   */
  18. /*************************************/
  19.  
  20.  
  21. int setdb( int swapnames );
  22. int TopIn( LPSTR tname );
  23. int ReadSim( LPSTR FName );
  24. int WriteSim( LPSTR FName );
  25. void SimToBuf( LPSTR Buff, LPSTR FName );
  26. int BufToSim( char *Buff );
  27.