Subject: Re: Update on Can't startx
To: None <port-arm32@netbsd.org>
From: Dave Millen <webmaster@largesalad.co.uk>
List: port-arm32
Date: 09/07/1998 12:59:38
David Forbes wrote:

> > and link fine provided I dont have a line like
> > #include "stdio.h"
> > in it.
> 
> Personally, I've always used #include <stdio.h>
> I don't know whether this should make loads of difference though.

#include "stdio.h" will look for the file in the compiler's
current directory and will fail unless the author has placed
a copy of or their own version of stdio.h there, 

whereas:

#include <stdio.h> will look in the default include
directory (usually /usr/include) and will succeed!

Regards,
Dave

-- 
Customer: "I'm running Windows 95 and Internet Explorer 4." 
Tech Support: "Y-e-e-e-e-s........" 
Customer: "My Computer isn't working now." 
Tech Support: "Yes, you just said that." 

e-mail: webmaster@largesalad.co.uk 
net: http://www.largesalad.co.uk