std::ungetwc
Материал из 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. |
| Заголовочный файл <cwchar>
|
||
| wint_t ungetc( wint_t ch, FILE *stream ); |
||
Помещает широкий символ
ch вернуться к данному файлу поток. 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.
Только одна широкая буксировки характер гарантируется.
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.
[править] Параметры
| ch | - | Широкий символ, который необходимо положить обратно
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 | - | файловый поток поставить широкий характер вернуться
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. |
[править] Возвращаемое значение
В случае успеха
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.
В случае неудачи WEOF возвращается и данный поток остается неизменным.
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.
[править] См. также
| ставит символ обратно в поток файла 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. (функция) | |
| получает широкий символ из потока файлов 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. (функция) | |
| C документация для ungetwc
| |