From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <9608011326.AA16156@clio.rice.edu> Subject: Re: Startup customization To: djgpp-workers AT delorie DOT com (DJGPP developers) Date: Thu, 1 Aug 1996 08:26:11 -0600 (CDT) In-Reply-To: <199608011301.JAA07846@delorie.com> from "DJ Delorie" at Aug 1, 96 09:01:13 am Content-Type: text > conio already handles this by using C++ constructors, which get called > before main(). I just looked at this - most excellent. I can think of several places which libc would be much better structured if we used this instead of the firsttime type flags. Humm ...