X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Flib_head.h;h=34fcb3a0fbd2ef7271e8d0786a7b18ccabe6b147;hb=b5c46f5e85d6be9895fa484766867907a885439c;hp=560ea8adf4e4c8d9b4da77c152c50428b772387b;hpb=676e5f342c49b655bbc936225bf4524d1fbedc36;p=16.git diff --git a/src/lib/lib_head.h b/src/lib/lib_head.h index 560ea8ad..34fcb3a0 100644 --- a/src/lib/lib_head.h +++ b/src/lib/lib_head.h @@ -4,7 +4,8 @@ #include #include // just for wait #include // just for wait -#include "src\lib\types.h" +#include +#include "src/lib/types.h" /* Control codes for all keys on the keyboard */ //here temperarly @@ -103,6 +104,8 @@ //typedef unsigned short syte; void wait(clock_t wait); +void* AllocateLargestFreeBlock(size_t* Size); +size_t GetFreeSize(void); /* THIS FUNCTION CONVERTS A POINTER TO AN INTEL LONG */ //int long ptr2long(char *p);