home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / biology / gsrc208a.zip / HEAPCHK.H < prev    next >
C/C++ Source or Header  |  1993-08-17  |  743b  |  25 lines

  1. #include "copyleft.h"
  2.  
  3. /*
  4.     GEPASI - a simulator of metabolic pathways and other dynamical systems
  5.     Copyright (C) 1989, 1992, 1993  Pedro Mendes
  6. */
  7.  
  8. /*************************************/
  9. /*                                   */
  10. /*             heap check            */
  11. /*                                   */
  12. /*            specific for           */
  13. /*          Visual C/C++ 1.0         */
  14. /*           QuickC/WIN 1.0          */
  15. /*                                   */
  16. /*   (include here compilers that    */
  17. /*   compiled GEPASI successfully)   */
  18. /*                                   */
  19. /*************************************/
  20.  
  21.  
  22. void heap_check( void );
  23. void heap_free_set( void );
  24. void heap_free_check( void );
  25.