I know this sounds subjective, but I want to implement the basic library functions in C in order to better understand C (mainly in pointers) and improve my skills, as I'm just a beginner (in C and programming in general).
I also find this useful, as you better understand what is going on behind the scenes and how these basic functions work.
What are the main features of the C library I can implement? I am looking for simple ones like strcpy , atoi , strstr that are not too complicated (I'm just a beginner), but still need some thought.
tempy source share