From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: How much memory installed? Date: Tue, 19 May 1998 18:14:09 -0400 Organization: Two pounds of chaos and a pinch of salt. Lines: 12 Message-ID: <35620431.2544@cs.com> References: <35606A30 DOT 279D AT bergen DOT mail DOT telia DOT com> NNTP-Posting-Host: ppp107.cs.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I apologize for an omission in my code; I forgot to give you a definition for the UMAX macro: #define UMAX(a,b) ((a) > (b) ? (a) : (b)) -- --------------------------------------------------------------------- | John M. Aldrich | "A committee is a life form with six | | aka Fighteer I | or more legs and no brain." | | mailto:fighteer AT cs DOT com | | | http://www.cs.com/fighteer | - Lazarus Long | ---------------------------------------------------------------------