#include // Exercise 3: // // Write a function that: // // - accepts a string as a parameter // // - returns: // // -- the first whitespace-separated word in the string (as a // newly allocated string) // // -- and, the size of that word