delorie.com/archives/browse.cgi | search |
Date: | Tue, 9 Feb 1999 10:40:22 +0200 (IST) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | CryptoZip <cryptozip AT aol DOT com> |
cc: | djgpp AT delorie DOT com |
Subject: | Re: compiler can't find "stdio.h" "no such file or directory" |
In-Reply-To: | <19990208171238.15242.00000169@ng-fq1.aol.com> |
Message-ID: | <Pine.SUN.3.91.990209104005.24101T-100000@is> |
MIME-Version: | 1.0 |
Reply-To: | djgpp AT delorie DOT com |
On 8 Feb 1999, CryptoZip wrote: > "stdio.h" means that the include is in the current directory that > you are compiling, or in one of the directories you specify on the > command like with the -I option. This is not true. "stdio.h" causes the compiler to look in the current directory, but after that it behaves exactly like <stdio.h>. The only difference is that with <stdio.h> the current directory is not checked at all.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |