flipperzero_sys

Function storage_file_alloc

Source
pub unsafe extern "C" fn storage_file_alloc(
    storage: *mut Storage,
) -> *mut File
Expand description

Allocate and initialize a file instance.

§Arguments

  • storage - pointer to a storage API instance.

§Returns

pointer to the created instance.