Go to the source code of this file.
◆ lflread()
Definition at line 9 of file lflread.c.
References EOF, lflgetc(), and SYSERR.
24 for (numread=0 ; numread < count ; numread++) {
28 }
else if (nxtbyte ==
EOF) {
35 *buff++ = (char) (0xff & nxtbyte);
#define EOF
ファイルの終端(End of File)に達した場合(読み込み処理に用いる)
devcall lflgetc(struct dentry *)
int int32
符号あり32ビット整数(int)
unsigned int uint32
符号なし32ビット整数(unsigned int)