iswctype
De cppreference.com
|
|
Esta página se ha traducido por ordenador/computador/computadora de la versión en inglés de la Wiki usando Google Translate.
La traducción puede contener errores y palabras aparatosas/incorrectas. Planea sobre el texto para ver la versión original. Puedes ayudar a corregir los errores y mejorar la traducción. Para instrucciones haz clic aquí. |
| Definido en el archivo de encabezado <wctype.h>
|
||
int iswctype( wint_t ch, wctype_t desc );
|
||
Clasifica el carácter ancho
wc con categoría LC_CTYPE de la localización actual de C identificada por desc .Original:
Classifies the wide character
wc using the current C locale's LC_CTYPE category identified by desc.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Parámetros
| ch | - | el carácter amplio de clasificar
Original: the wide character to classify The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| desc | - | la categoría LC_CTYPE, obtenido a partir de una llamada a
wctypeOriginal: the LC_CTYPE category, obtained from a call to wctypeThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Valor de retorno
Es distinto de cero si el
ch personaje tiene la propiedad identificada por desc en faceta LC_CTYPE de la actual configuración regional C. .Original:
Non-zero if the character
ch has the property identified by desc in LC_CTYPE facet of the current C locale.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Ver también
busca una categoría de clasificación de caracteres en el actual entorno nacional C Original: looks up a character classification category in the current C locale The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (función) |