cppreference.com > Standard C String and Character > toupper
toupper
Syntax:
  #include <ctype.h>
  int toupper( int ch );

The toupper() function returns the uppercase version of the character ch.