◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ─────Run-Time Library─────────────────────────────────────────────────────── Include: <io.h>, <errno.h> Syntax: int _read( int handle, void *buffer, unsigned count ); Returns: the number of bytes actually read or 0 at end-of-file, if successful, or -1 if not. errno: EBADF See also: _write, fread -♦-