home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / t / toaster.zip / Compat / memused.c < prev    next >
Text File  |  1991-12-31  |  102b  |  4 lines

  1. #if !defined(MALLOC_smalloc) && !defined(MALLOC_gcmalloc)
  2. unsigned int memused() { return 0; }
  3. #endif
  4.