Maps a wide character type to another wide character type.
Compatibility:This function is compatible with the following targets:
|
BeOS
|
|
#include <wchar.h>
wint_t towctrans(wint_t c, wctrans_t value);Parameters:
Parameters for this function are:
Maps the first argument to an upper or lower value as specified by value.
Return:Returns the remapped character.
See Also: