Results 1 to 2 of 2
want to know the path of the header files of C.
eg where is stdio.h is actually stored. is it in / or /bin or /home.
how do i open ...
- 07-23-2009 #1
path of headers
want to know the path of the header files of C.
eg where is stdio.h is actually stored. is it in / or /bin or /home.
how do i open the header file to glance through it's contents?
am using fedora 9
- 07-23-2009 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
The standard headers should be in /usr/include
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote