]>
git.gag.com Git - fw/sdcc/blobdiff - support/regression/tests/malloc.c
/* Simple malloc tests.
*/
-#include <testfwk.h>
#include <stdlib.h>
#if defined(SDCC_pic16)
#include <malloc.h>
#endif
+#include <testfwk.h>
#if defined(SDCC_pic16)
xdata char heap[100];