home *** CD-ROM | disk | FTP | other *** search
/ vis-ftp.cs.umass.edu / vis-ftp.cs.umass.edu.tar / vis-ftp.cs.umass.edu / pub / Software / ASCENDER / ascendMar8.tar / UMass / BuildingFinder / NRIncludes / malloc.h < prev    next >
C/C++ Source or Header  |  1995-04-12  |  380b  |  9 lines

  1. /* malloc.h:  This file is referenced by the preprocessor directive
  2.    #include <malloc.h>.  You should either (i) copy this file to the
  3.    appropriate directory so that it can be found, or (ii) replace
  4.    the statements #include <malloc.h> by different #include statements,
  5.    compatible with your compiler's handling of malloc() and free().     */
  6.  
  7. char *malloc();
  8. void free();
  9.