fread

Function fread 

Source
pub unsafe extern "C" fn fread(
    __ptr: *mut c_void,
    __size: c_ulong,
    __n: c_ulong,
    __stream: *mut FILE,
) -> c_ulong
Expand description

Read chunks of generic data from STREAM.

This function is a possible cancellation point and therefore not marked with __THROW.