Ok. I need to implement methods like these. Is there a way to view the source code online for methods like these, so I can just add them into my own .h and .cpp files? will this work and where can I see the source.
Share
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 functions are part of glibc,
you can find it here http://www.gnu.org/s/libc/ .
You can download release version via ftp or get current version
via git (you can find links on html url above), as I know there is no access to code via web to separate files,
but may be, may be codesearch http://www.google.com/codesearch, can show them, but I never try.