home *** CD-ROM | disk | FTP | other *** search
- /* ██ lowmem.h ████████████████████████████████████████████████████████████ */
-
- void *low_malloc(int size, short int *sel);
- void low_free(short int sel);
-
- /* ████████████████████████████████████████████████████████████████████████ */
-
-