]> 4ch.mooo.com Git - 16.git/blobdiff - 16/cawat/lib_head.h
mm testing~
[16.git] / 16 / cawat / lib_head.h
index e20e1bdb3f608d0a9a26722e28ca3c46823b102d..0887d0c240a15fc34f27be20922a0dca7c9e41a8 100644 (file)
 \r
 #ifndef _LIB_HEAD_H_\r
 #define _LIB_HEAD_H_\r
-#include <i86.h>
+#include <i86.h>\r
 #include <dos.h>\r
-#include <conio.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <malloc.h>
-//#include <time.h>
-#include "types.h"\r
-
-dword far* clockdw= (dword far*) 0x046C; /* 18.2hz clock */
-
+#include <conio.h>\r
+#include <stdio.h>\r
+#include <stdlib.h>\r
+#include <malloc.h>\r
+#include <strings.h>\r
+//#include <time.h>\r
+#include "../../src/lib/types.h"\r
+\r
+dword far* clockdw= (dword far*) 0x046C; /* 18.2hz clock */\r
+\r
 #define peekb(segm,ofs) (*(byte far*)MK_FP((segm),(ofs)))\r
 #define peekw(segm,ofs) (*(word far*)MK_FP((segm),(ofs)))\r
 #define pokeb(segm,ofs,value) (peekb((segm),(ofs)) = (byte)(value))\r