Cleanup and Bugfixes
[tpg/acess2.git] / Kernel / heap.c
index 0e3c5f4..a8fdd53 100644 (file)
@@ -444,3 +444,8 @@ void Heap_Dump()
        }
 }
 #endif
+
+// === EXPORTS ===
+EXPORT(malloc);
+EXPORT(realloc);
+EXPORT(free);

UCC git Repository :: git.ucc.asn.au