]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/lib_head.h
maptest~~~~
[16.git] / src / lib / lib_head.h
index dcd854704dfa9fa488758b8331bac59cf14bca77..5bc441af5d276d0366c66a9c7f297b9cf4e7ce0c 100644 (file)
@@ -4,6 +4,7 @@
 #include <stdio.h>
 #include <conio.h> // just for wait
 #include <time.h> // just for wait
+#include <stdlib.h>
 #include "src/lib/types.h"
 
 /* Control codes for all keys on the keyboard */
 //typedef unsigned short syte;
 
 void wait(clock_t wait);
+void* AllocateLargestFreeBlock(size_t* Size);
+size_t GetFreeSize(void);
+long int filesize(FILE *fp);
 
 /* THIS FUNCTION CONVERTS A POINTER TO AN INTEL LONG              */\r
 //int long ptr2long(char *p);