home *** CD-ROM | disk | FTP | other *** search
/ Sound, Music & MIDI Collection 2 / SMMVOL2.bin / PROG / SMIXW124.ZIP / LOWMEM.H < prev    next >
Encoding:
Text File  |  1995-10-26  |  242 b   |  8 lines

  1. /* ██ lowmem.h ████████████████████████████████████████████████████████████ */
  2.  
  3. void *low_malloc(int size, short int *sel);
  4. void low_free(short int sel);
  5.  
  6. /* ████████████████████████████████████████████████████████████████████████ */
  7.  
  8.