I wanted to have a look at the implementation of different C/C++ functions (like strcpy, stcmp, strstr). This will help me in knowing good coding practices in c/c++. Could y
About 10 years ago, I read The Standard C Library by Plauger. Thoroughly recommend it.