NWCharUpr(3nw)


NWCharUpr -- converts a character to uppercase

Synopsis

   #include <time.h> or #define NWL_EXCLUDE_TIME 
   #include <stdio.h> or #define NWL_EXCLUDE_FILE 
   #include <nwlocale.h> 
   

int NWAPI NWCharUpr (int chr);

Description

The parameters are as follows:

chr
(IN) Specifies the character to be converted to upper case.

Return values

Uppercase value of chr.

Notices

Only single-byte characters are returned.

Services

Internationalization

NCP calls

None

References

NWLsetlocale(3nw), NWLstrupr(3nw),


30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.