◄Description► ◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ─────Run-Time Library─────────────────────────────────────────────────────── Include: <stdio.h> Syntax: size_t fread( void *buffer, size_t size, size_t count, FILE *stream ); Returns: the number of items actually read. See also: fwrite, _read -♦-