Defined in header <stdio.h> size_t fread( void *buffer, size_t size, size_t count,
FILE *stream ); (until C99) size_t fread( void *restrict buffer, size_t size, size_t count,
FILE *restrict stream ); (since C99)
Reads up to count objects into the array buffer from the given input stream stream as if by calling fgetc size times for each object, and storing the results, in the order obtained, into the successive positions o