ABSTRACT

This problem asks you to implement several string functions. Even though these functions are already available in the C standard library, it is instructive to learn how these functions are implemented. You will create your own versions of these functions, without using the ones from the C library.