Espacios de nombres
Variantes
Acciones

mbsinit

De cppreference.com
< c‎ | string‎ | multibyte
Definido en el archivo de encabezado <wchar.h>
int mbsinit( const mbstate_t* ps);
Si ps no es un puntero nulo, la función mbsinit determina si el objeto puntiagudo para mbstate_t describe el estado inicial de conversión .
Original:
If ps is not a null pointer, the mbsinit function determines whether the pointed-to mbstate_t object describes the initial conversion state.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Contenido

[editar] Notas

Aunque un inicializarse en cero mbstate_t siempre representa el estado inicial de conversión, puede haber otros valores de mbstate_t que también representan el estado inicial de conversión .
Original:
Although a zero-initialized mbstate_t always represents the initial conversion state, there may be other values of mbstate_t that also represent the initial conversion state.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[editar] Parámetros

ps -
puntero al objeto mbstate_t examinar
Original:
pointer to the mbstate_t object to examine
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[editar] Valor de retorno

0 ps si no es un puntero nulo y no reporesent el estado de conversión inicial, valor distinto de cero de otra manera .
Original:
0 if ps is not a null pointer and does not reporesent the initial conversion state, nonzero value otherwise.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[editar] Ejemplo

[editar] Ver también

conversión de la información de estado necesaria para repetir las cadenas de caracteres multibyte
Original:
conversion state information necessary to iterate multibyte character strings
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(clase) [editar]