]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/ems.h
showing row and colum drawing i optimized it to only draw at the end of walk. this...
[16.git] / src / lib / ems.h
old mode 100644 (file)
new mode 100755 (executable)
index b288a54..33d24d0
@@ -1,5 +1,5 @@
-/*
-
+/*\r
+\r
                    THE IBM PC PROGRAMMER'S GUIDE TO C\r
                                     \r
                                     \r
@@ -21,24 +21,24 @@ proviso that credit is given to the author. Sections of this work may be
 used and distributed without payment under the proviso that credit is\r
 given to both this work and the author. Source code occuring in this work\r
 may be used within commercial and non-commercial applications without\r
-charge and without reference to the author.
- */
-
-#ifndef __EMS_H_
-#define __EMS_H_
-
+charge and without reference to the author.\r
+ */\r
+\r
+#ifndef __EMS_H_\r
+#define __EMS_H_\r
+\r
 #include <dos.h>\r
 #define   EMM  0x67\r
      \r
-char far *emmbase;
-
-emmtest();
-emmok();
-long emmavail();
-long emmalloc(int n);
-emmmap(long handle, int phys, int page);
-void emmmove(int page, char *str, int n);
-void emmget(int page, char *str, int n);
-emmclose(long handle);
-
-#endif __EMS_H_
+char far *emmbase;\r
+\r
+emmtest();\r
+emmok();\r
+long emmavail();\r
+long emmalloc(int n);\r
+emmmap(long handle, int phys, int page);\r
+void emmmove(int page, char *str, int n);\r
+void emmget(int page, char *str, int n);\r
+emmclose(long handle);\r
+\r
+#endif __EMS_H_\r