Skip to main content

dr_file_seek

Function dr_file_seek 

Source
pub unsafe extern "C" fn dr_file_seek(
    f: file_t,
    offset: int64,
    origin: c_int,
) -> bool_
Expand description

Sets the current file position for file \p f to \p offset bytes from the specified origin, where \p origin is one of the DR_SEEK_* values. Returns true if successful.