flipper_format_seek_to_end

Function flipper_format_seek_to_end 

Source
pub unsafe extern "C" fn flipper_format_seek_to_end(
    flipper_format: *mut FlipperFormat,
) -> bool
Expand description

Move the RW pointer at the end. Can be useful if you want to add some data after reading.

§Arguments

  • flipper_format - Pointer to a FlipperFormat instance

§Returns

True on success