
nwords          is equal to      4,
mystr           is not changed   "This is a test.",
*strlist[0]     points to        "This",
*strlist[1]     points to        "is",
*strlist[2]     points to        "a",
*strlist[3]     points to        "test.",
*strlist[4]     points to        NULL.

