home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / VPR_DATA / DOGA / SOURCES / POLYEDIT.LZH / ML / ALLOC.H < prev    next >
C/C++ Source or Header  |  1995-03-20  |  104b  |  8 lines

  1.  
  2. #define    ALLOC
  3.  
  4. /*    alloc.c    */
  5. extern    void    *MemoryAlloc( int );
  6. extern    void    MemoryFree( void* );
  7.  
  8.