From: "Henrik Rydgård" Newsgroups: comp.os.msdos.djgpp Subject: RE: Allegro functions Date: Thu, 13 May 1999 20:56:54 +0200 Organization: Telia Internet Services Lines: 18 Message-ID: <373b2153.0@d2o84.telia.com> References: <19990509133233 DOT 07326 DOT 00001308 AT ng-cs1 DOT aol DOT com> NNTP-Posting-Host: d2o84.telia.com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 X-NNTP-Posting-Host: 62.20.178.14 X-Complaints-To: abuse AT internet DOT telia DOT com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > Hi, > > A simple question: > What do these functions of the Allegro library do?: > > pack_igetw > pack_igetl > pack_iputw > pack_iputl > pack_mgetw > pack_mgetl > pack_mputw > pack_mputl They get words and longs from files. I don't understand the difference between the pack_m* and pack_i* though.