home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / d / desklib / !DeskSrc / FN / Libraries / DeskMem / c0 / FnPtrs < prev    next >
Encoding:
Text File  |  1996-05-10  |  235 b   |  9 lines

  1. #include "Defs.h"
  2.  
  3.  
  4. Desk_deskmem_functionsblock    Desk_deskmem__functions = { malloc, realloc, calloc, free };
  5.  
  6. #ifdef _DLL
  7. Desk_deskmem_functionsblock*    Desk_DeskMem__Ref_functionsblock( void)    { return &Desk_deskmem__functions;    }
  8. #endif
  9.