Skip to main content

fs_sync

Function fs_sync 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn fs_sync(handle: *mut FsHandle) -> i32
Expand description

Sync / flush the filesystem (flush + fsync).

ยงSafety

handle must be a valid pointer.