Results 1 to 2 of 2
whether all header files in c work in liux?please give me the reason and list of headerfiles work in linux(gccomplier)...
- 03-04-2008 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 1
Header files.
whether all header files in c work in liux?please give me the reason and list of headerfiles work in linux(gccomplier)
- 03-04-2008 #2
I don't understand your question.
The standard C library specifies some header files, such as stdio.h, stdlib.h, etc. glibc then adds some more, such as unistd.h, sys/types.h, etc. Finally, you have third party APIs, for instance libvorbis.
Any computer with a C compiler is guaranteed to have the standard library, and all POSIX systems have most of the same header files. You can see basically all of the glibc functions at:
The GNU C Library
Note that there are Windows libraries that do not work with Linux.
Does this answer the question?DISTRO=Arch
Registered Linux User #388732


Reply With Quote