Where can I read the default functions in C? I'm using the Turbo c++ compiler. I want to see how the functions like atof, strcmp and all those work. I looked in the header files, like in string.h and found a line or two, looking like the function protoypes, but nothing else as to how they acually work. Where can I see how the functions work?