Skip to main content

dr_file_size

Function dr_file_size 

Source
pub unsafe extern "C" fn dr_file_size(
    fd: file_t,
    size: *mut uint64,
) -> bool_
Expand description

Determines the size of the file \p fd. On success, returns the size in \p size. \return whether successful.