Espresso 0.0.1f
This commit is contained in:
@ -3,10 +3,13 @@
|
||||
|
||||
#include <types.h>
|
||||
|
||||
int32_t sfs_init(bool format);
|
||||
int32_t sfs_init(void);
|
||||
|
||||
bool sfs_get_formatted_name(const char* raw_name, char output[37]);
|
||||
|
||||
int32_t sfs_read_file(char* name, void* buffer, uint32_t num);
|
||||
int32_t sfs_create_file(const char* _name, int32_t size_bytes);
|
||||
|
||||
int32_t sfs_read_file(char* name, void* buffer, int32_t num);
|
||||
int32_t sfs_write_file(char* _name, const void* buffer, int32_t num);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user