home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff376.lzh / AztecArp / Sources.LZH / malloc.c < prev    next >
Text File  |  1990-08-01  |  58b  |  6 lines

  1. void *
  2. malloc(size_t size)
  3. {
  4.     return(fmalloc(size,0L));
  5. }
  6.