*/\r
\r
#include "src/lib/16_hc.h"\r
+#include <malloc.h>\r
\r
#ifdef __BORLANDC__\r
void * LargestFreeBlock(size_t* Size)\r
if( segu == _NULLSEG ) {\r
printf( "Unable to allocate based heap\n" );\r
return 0;\r
- \r
+\r
}\r
else\r
\r
#include <stdlib.h>\r
#include <conio.h> // just for wait\r
#include <time.h> // just for wait\r
-#include <malloc.h>\r
#include <ctype.h>\r
#include <fcntl.h>\r
#include <io.h>\r
*/\r
\r
#include "src/lib/16_map.h"\r
+#include <malloc.h>\r
\r
// Ideally, preprocess json during compilation and read serialized data\r
\r
*/
#include "src/lib/16_mm.h"
#include "src/lib/16_ca.h"
+#include <malloc.h>
#pragma hdrstop
#pragma warn -pro
int audiohandle[4]; // handle to AUDIOT / AUDIO\r
} ca_handle_t;\r
\r
-typedef struct\r
+typedef struct //TODO: USE THIS!!!!\r
{\r
byte ca_levelbit,ca_levelnum;\r
ca_handle_t file; //files to open\r
*\r
*/\r
#include "src/lib/16_map.h"\r
+#include <malloc.h>\r
\r
#define DUMP\r
//#define DUMP_MAP\r