X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Flib_head.h;h=5bc441af5d276d0366c66a9c7f297b9cf4e7ce0c;hb=bb4878674a36456e85b10dc2607444caba597528;hp=19b59f182080f5ee2b7040e355fcf4a5160b9eb1;hpb=f1c9c170d9fc5f657ef887201410021017fd9a46;p=16.git diff --git a/src/lib/lib_head.h b/src/lib/lib_head.h index 19b59f18..5bc441af 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,5 +104,11 @@ //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 */ +//int long ptr2long(char *p); #endif/*_LIBHEAD_H_*/