home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / biology / gsrc208a.zip / IOTOP.H < prev    next >
C/C++ Source or Header  |  1992-12-05  |  855b  |  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. /*        MS-WINDOWS front end       */
  9. /*                                   */
  10. /*         Topology files I/O        */
  11. /*                                   */
  12. /*          QuickC/WIN 1.0           */
  13. /*                                   */
  14. /*   (include here compilers that    */
  15. /*   compiled GWSIM successfully)    */
  16. /*                                   */
  17. /*************************************/
  18.  
  19.  
  20. void TreeToBuf( int i, LPSTR Buff );
  21. char *BufToTree( char *Buff );
  22. int WriteTop( LPSTR FileName );
  23. int ReadTop( LPSTR FName );
  24. void TopToBuf( LPSTR Buff );
  25. int BufToTop( char *Buff, char **endoftop );
  26. int addtr( int e );
  27.