Start with an array of pointers to strings representing the days of the week, as found in
the PTRTOSTR program in this chapter. Provide functions to sort the strings into alphabetical
order, using variations of the bsort() and order() functions from the PTRSORT program
in this chapter. Sort the pointers to the strings, not the actual strings.