Quote:
|
Originally Posted by grumpy
Your functions are essentially recreating the wheel of the C standard library.
|
That was the intention of this exercise. Using an array of characters was also another part of the exercise.
Thank you for the help.
By the way, Narue, I'm not sure if you were calling my approach to it incorrect. Because
all I had to do was add the word static before the declaration of "new_text". Which is still returning a pointer, but it's not as if I had to do much.