Date: Mon, 7 Jul 1997 12:28:12 -0400 (EDT) From: "Art S. Kagel" To: Erik Max Francis Cc: djgpp AT delorie DOT com Subject: Re: #include "..." versus <...> In-Reply-To: <33BEDD21.53282D93@alcyone.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sat, 5 Jul 1997, Erik Max Francis wrote: > Calvin French wrote: > > > I have noticed that <...> allows for directories, whereas if I recall > > "..." > > doesn't pay attention to directories, or something like that. > From K&R 2nd Ed., Section 4.11: "File inclusion ... If the filename is quoted, searching for the file typically begins where the source program was found; if it is not found there, or if the name is enclosed in < and >, searching follows an implementation-defined rule to find the file." 'Nuff said? Art S. Kagel, kagel AT bloomberg DOT com