rupshift()

Converts all the characters in a null-terminated string to uppercase.

Syntax

void rupshift(char *s);
  1. s is a pointer to a null-terminated string.