I use Ubuntu(Linux)+ gcc as a example.
stdio.hsys/socket.hpoll.hpthread.h
which on Ubuntu Linux(with gcc installed), are respectively provided by which organization? GNU? Linux ? ISO? Ubuntu?
And what about the corresponding library?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
These are library headers that are part of C library installed on your system.
On Ubuntu glibc implementation is used (GNU C library).
Some other examples of C libraries:
uclibc (embedded), avr-libc (embedded), dietlibc, klibc, elibc_FreeBSD …
ISO/IEC has created standard and these libraries follow it.