I have an assignment to write a program in C that functions similarly to the bash sed \'s/oldstring/newstring/g\' but only using stdio.h and string.h. We cannot use malloc