storage_file_eof

Function storage_file_eof 

Source
pub unsafe extern "C" fn storage_file_eof(file: *mut File) -> bool
Expand description

Check whether the current access position is at the end of the file.

§Arguments

  • file - pointer to a file instance in question.

§Returns

bool true if the current access position is at the end of the file, false otherwise.