I am writing a function in C which splits up the words in a sentence and returns a pointer to an array of pointers to the single words from the sentence. As of now, my code