std::ungetwc
Da cppreference.com
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
Definido no cabeçalho <cwchar>
|
||
wint_t ungetc( wint_t ch, FILE *stream ); |
||
Coloca o
ch
caracteres largos de volta para o fluxo determinado arquivo. Original:
Puts the wide character
ch
back to the given file stream. 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.
Apenas um pushback caracteres largos é garantido.
Original:
Only one wide character pushback is guaranteed.
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.
[editar] Parâmetros
ch | - | caracteres largos para ser colocado de volta
Original: wide character to be put back The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
stream | - | arquivo de fluxo de colocar o personagem de volta à gama
Original: file stream to put the wide character back to 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
Em caso de sucesso é devolvido
ch
.Original:
On success
ch
is returned.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.
Em WEOF falha é devolvido eo fluxo determinado permanece inalterado.
Original:
On failure WEOF is returned and the given stream remains unchanged.
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.
[editar] Veja também
coloca um personagem de volta em um fluxo de arquivo Original: puts a character back into a file stream The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função) | |
recebe um caractere largo de um fluxo de arquivo Original: gets a wide character from a file stream The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função) | |
Documentação C para ungetwc
|