X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Fri, 15 Feb 2002 12:47:35 -0500 Message-Id: <200202151747.g1FHlZO28617@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <3C6D3462.61BFE42F@yahoo.com> (message from CBFalconer on Fri, 15 Feb 2002 16:32:41 GMT) Subject: Re: Malloc/free DJGPP code References: <3C6C735D DOT A6D16719 AT yahoo DOT com> <1225-Fri15Feb2002084500+0200-eliz AT is DOT elta DOT co DOT il> <3C6CC93C DOT 6F9E05E6 AT yahoo DOT com> <2947-Fri15Feb2002112947+0200-eliz AT is DOT elta DOT co DOT il> <3C6CF755 DOT CC35209E AT yahoo DOT com> <7680-Fri15Feb2002142924+0200-eliz AT is DOT elta DOT co DOT il> <3C6D3462 DOT 61BFE42F AT yahoo DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > What is the relationship of file handle numbers to destinations? > I assume 1 and 2 correspond to stdin and stderr in some order? 0 stdin 1 stdout 2 stderr 3 stdaux 4 stdprn