Date: Fri, 6 Jun 1997 14:02:01 -0400 (EDT) From: "Art S. Kagel" To: Conrad Wei-Li Song Cc: djgpp AT delorie DOT com Subject: Re: DJGPP standard headers... In-Reply-To: <199706061629.MAA04676@delorie.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Fri, 6 Jun 1997, Conrad Wei-Li Song wrote: > One small problem: apparantly most of the standard headers such > as simply #include's . Problems can occur > if functions with the same name are redefined. Yes but look in stdlib.h, and all of the headers in fact, and you will see a #ifndef that protects from multiple inclusions. This is perfectly safe. BTW one would want to emulate this style in one's own header files. Art S. Kagel, kagel AT bloomberg DOT com