flipper_format_seek

Function flipper_format_seek 

Source
pub unsafe extern "C" fn flipper_format_seek(
    flipper_format: *mut FlipperFormat,
    offset: i32,
    anchor: FlipperFormatOffset,
) -> bool
Expand description

Set the RW pointer position to an arbitrary value

§Arguments

  • flipper_format - Pointer to a FlipperFormat instance
  • offset - Offset relative to the anchor point
  • anchor - Anchor point (e.g. start of file)

§Returns

True on success