strupr---force string to uppercase#include <string.h> char *strupr(char *a);
Description
strupr converts each characters in the string at a to
upper case.
Returns
strupr returns its argument, a.
Portability
strupr is not widely portable.
strupr requires no supporting OS subroutines.
Go to the first, previous, next, last section, table of contents.