home *** CD-ROM | disk | FTP | other *** search
/ messroms.de / 2007-01-13_www.messroms.de.zip / VZ200 / TOOLS / ZCCSRC.ZIP / link / alloc.h next >
C/C++ Source or Header  |  1995-09-08  |  122b  |  9 lines

  1. /* alloc.h */
  2. /* DECUS C */
  3.  
  4. extern    char    *alloc();
  5. extern    char    *malloc();
  6. extern    char    *calloc();
  7. extern    char    *realloc();
  8.  
  9.