toupper()

#include <ctype.h>

int toupper( int character );

This function converts character from lowercase to uppercase . If character is not 'a' through 'a' tolower() will simply return character.


Back to Essential C Functions.

Log in or register to write something here or to contact authors.