NWLstrupr(3nw)
NWLstrupr --
converts a string to upper case using locale information
Synopsis
#include <time.h> or #define NWL_EXCLUDE_TIME
#include <stdio.h> or #define NWL_EXCLUDE_FILE
#include <nwlocale.h>
char NWFAR NWAPI NWLstrupr
(char NWFAR string);
Description
The parameters are as follows:
- string
-
(IN/OUT) Points to the string to be converted to upper case upon input. Points to the upper case string upon output.
Return values
Pointer to upper case string.
Notices
NWLstrupr is sensitive to double-byte characters if the locale includes double-byte characters.
Services
Internationalization
NCP calls
None
References
NWLsetlocale(3nw),
NWCharUpr(3nw),
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.