WebGlossary.info
End of file
- A condition in a computer operating system where no more data can be read from a data source. The data source is usually called a file or stream. The actual value of EOF is implementation-dependent (but is commonly
-1
, such as in glibc) and is distinct from all valid character codes. Block-reading functions return the number of bytes read, and if this is fewer than asked for, then the end of file was reached or an error occurred (checking of errno
or dedicated function, such as ferror
is often required to determine which). ← Wikipedia
- Previous term: Encryption
- Next term: End of life
- Random term: robots.txt