NWCharUpr
Converts a character to uppercase
#include <time.h> or #define NWL_EXCLUDE_TIME
#include <stdio.h> or #define NWL_EXCLUDE_FILE
#include <nwlocale.h>
nint NWAPI NWCharUpr (
nint chr);
uses netwin32
Function NWCharUpr
(ch : nint
) : nint;
Returns the uppercase value of the chr parameter.
Only single-byte characters are returned.