X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Flib_head.h;h=dcd854704dfa9fa488758b8331bac59cf14bca77;hb=6e77b2ef1d9df8ba83f9d378c21c96289d47bf11;hp=19b59f182080f5ee2b7040e355fcf4a5160b9eb1;hpb=f1c9c170d9fc5f657ef887201410021017fd9a46;p=16.git diff --git a/src/lib/lib_head.h b/src/lib/lib_head.h index 19b59f18..dcd85470 100644 --- a/src/lib/lib_head.h +++ b/src/lib/lib_head.h @@ -4,7 +4,7 @@ #include #include // just for wait #include // just for wait -#include "src\lib\types.h" +#include "src/lib/types.h" /* Control codes for all keys on the keyboard */ //here temperarly @@ -104,4 +104,7 @@ void wait(clock_t wait); +/* THIS FUNCTION CONVERTS A POINTER TO AN INTEL LONG */ +//int long ptr2long(char *p); + #endif/*_LIBHEAD_H_*/