X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fems.h;h=33d24d06ad7de53f264bcfd1c3f90dd984336073;hb=5d57fb1ad5b8342b68eda18973c2f45d81481a2e;hp=b288a548ac6a70cca3f29d616e5aeeb023413257;hpb=47cdc66151d973d975d0e31fb8a786eb639bebdb;p=16.git diff --git a/src/lib/ems.h b/src/lib/ems.h index b288a548..33d24d06 100755 --- a/src/lib/ems.h +++ b/src/lib/ems.h @@ -1,5 +1,5 @@ -/* - +/* + THE IBM PC PROGRAMMER'S GUIDE TO C @@ -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 given to both this work and the author. Source code occuring in this work may be used within commercial and non-commercial applications without -charge and without reference to the author. - */ - -#ifndef __EMS_H_ -#define __EMS_H_ - +charge and without reference to the author. + */ + +#ifndef __EMS_H_ +#define __EMS_H_ + #include #define EMM 0x67 -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; + +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_