]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/lib_head.h
Bump into issue with allocating pcx file buffer~ ><; but file reading is good but...
[16.git] / src / lib / lib_head.h
index 19b59f182080f5ee2b7040e355fcf4a5160b9eb1..dcd854704dfa9fa488758b8331bac59cf14bca77 100644 (file)
@@ -4,7 +4,7 @@
 #include <stdio.h>
 #include <conio.h> // just for wait
 #include <time.h> // just for wait
-#include "src\lib\types.h"
+#include "src/lib/types.h"
 
 /* Control codes for all keys on the keyboard */
 //here temperarly
 
 void wait(clock_t wait);
 
+/* THIS FUNCTION CONVERTS A POINTER TO AN INTEL LONG              */\r
+//int long ptr2long(char *p);
+
 #endif/*_LIBHEAD_H_*/