]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/ems.h
16_pm worked on~
[16.git] / src / lib / ems.h
index b288a548ac6a70cca3f29d616e5aeeb023413257..33d24d06ad7de53f264bcfd1c3f90dd984336073 100755 (executable)
@@ -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