Lots of work on the AcessNative kernel
[tpg/acess2.git] / AcessNative / acesskernel_src / include / heap.h
index 2052559..9315142 100644 (file)
@@ -4,5 +4,7 @@
 #define _HEAP_H_
 
 // NOP (stdlib.h defines the heap functions)
+// Heap_Allocate is used in _strdup
+extern void    *Heap_Allocate(const char *File, int Line, int ByteCount);
 
 #endif

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