Converts any lowercase letters in a null-terminated string to uppercase.
#include <string.h>
char *strupr (char *string);
char *_strupr (char *string);
string
Does not affect characters other than lowercase. _strupr is an alternate name for strupr.
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.0 | intime/rt/include/string.h | string.h | clib.lib |