Flipper Zero Firmware
Loading...
Searching...
No Matches
application_assets.h
Go to the documentation of this file.
1
5#pragma once
6
7#include <storage/storage.h>
8
9#ifdef __cplusplus
10extern "C" {
11#endif
12
13bool flipper_application_assets_load(File* file, const char* elf_path, size_t offset, size_t size);
14
15#ifdef __cplusplus
16}
17#endif
APIs for working with storages, directories and files.
Structure that hold file index and returned api errors.
Definition filesystem_api_internal.h:17