Translations of this page?:

ungetc

Syntax:

    #include <cstdio>
    int ungetc( int 文字, FILE *ストリーム );

ungetc()関数は、'文字'で指定された文字をストリームに書き戻します。

関連トピック: getc, (C++ I/O) putback

 
• • • SitemapRecent changesRSScc