| stream | 読み込むファイルのファイルポインタ。 The file pointer of the file to read. |
| 条件 Condition |
戻り値/動作 Return value or behaviour of the function |
| stream=NULL | プログラムをエラー終了する。 The program finishes as an error. |
| 上記以外の場合 The other cases |
streamの現在の位置から1バイトをchar型変数に読み込んで返す。 Read a byte at the current position of stream into a char-type variable, and return it. |