home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / VPR_DATA / DOGA / SOURCES / POLYEDIT.LZH / MODEL / ALLOC.H < prev    next >
C/C++ Source or Header  |  1994-05-02  |  85b  |  5 lines

  1. /*    alloc.c    */
  2. extern    void    *MemoryAlloc( int );
  3. extern    void    MemoryFree( void* );
  4.  
  5.