#include <ctype.h>

int toupper(int c);

C/C++ function that returns the upper-case version of the letter represented by c.

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