home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 466.lha / AztecArp_v1.9 / Source.LZH / lmalloc.c < prev    next >
Text File  |  1990-12-05  |  59b  |  6 lines

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