Manpage of WCTRANS

Google
Web www.fiveanddime.net

WCTRANS

Section: NEWLIB (3)
Updated: 2005 Feb 23
Index Return to Main Contents
 

NAME

2.32 `wctrans'--get wide-character translation type

 

SYNOPSIS


     #include <wctype.h>
     wctrans_t wctrans(const char *C);  

DESCRIPTION

`wctrans' is a function which takes a string C and gives back the appropriate wctrans_t type value associated with the string, if one exists. The following values are guaranteed to be recognized: "tolower" and "toupper".

 

RETURNS

`wctrans' returns 0 and sets `errno' to `EINVAL' if the given name is invalid. Otherwise, it returns a valid non-zero wctrans_t value.

 

PORTABILITY

`wctrans' is C99.


   No supporting OS subroutines are required.

 

SEE ALSO

wctrans is part of the libc library. The full documentation for libc is maintained as a Texinfo manual. If info and libc are properly installed at your site, the command
info libc

will give you access to the complete manual.


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURNS
PORTABILITY
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 21:25:34 GMT, May 16, 2005



www.fiveanddime.net








Google
Web www.fiveanddime.net