X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fems.c;h=4bbfefd6b4ac880a4246c11e0bd8ec2c0dafe45d;hb=40e0a339b2d6e79ace05d43dd9d44b21b23244b1;hp=9d371053163e67e8049bde8e0b4bbc33c7bf10ce;hpb=f1605e99959acfb32b36ae875601fc14dd670742;p=16.git diff --git a/src/lib/ems.c b/src/lib/ems.c index 9d371053..4bbfefd6 100755 --- a/src/lib/ems.c +++ b/src/lib/ems.c @@ -1,5 +1,5 @@ -/* - +/* + THE IBM PC PROGRAMMER'S GUIDE TO C @@ -21,8 +21,8 @@ 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. -*/ +charge and without reference to the author. +*/ /* Various functions for using Expanded memory */ @@ -178,4 +178,4 @@ charge and without reference to the author. regs.x.dx = handle; int86(EMM,®s,®s); return (regs.h.ah == 0); - } + }