Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • You mean if my *.c file is not in the directory in which standard C library is present, then there will be error ? Commented Oct 2, 2010 at 11:27
  • no, because it looks there anyway. And I doubt that your c file is in the standard C folder anyway. Commented Oct 2, 2010 at 11:30
  • No. If you use "...", the only difference is that your .h file will be searched for in the current directory as well as the standard C library locations. Commented Oct 2, 2010 at 11:30