source code of c/c++ functions

You could check out a copy of glibc, which will have the source code for all C functions in the C standard library. That should be a good starting place.

Leave a Comment