3 <<strupr>>---force string to uppercase
10 char *strupr(char *<[a]>);
18 <<strupr>> converts each characters in the string at <[a]> to
22 <<strupr>> returns its argument, <[a]>.
25 <<strupr>> is not widely portable.
27 <<strupr>> requires no supporting OS subroutines.