Initial commit

This commit is contained in:
Godzil
2022-05-25 14:06:47 +01:00
commit 0c5ef936c2
11 changed files with 404 additions and 0 deletions

8
includes/platform/file.h Normal file
View File

@@ -0,0 +1,8 @@
//
// Created by Manoel.Trapier on 25/05/2022.
//
#ifndef MINIFFS_FILE_H
#define MINIFFS_FILE_H
#endif //MINIFFS_FILE_H

View File

@@ -0,0 +1,8 @@
//
// Created by Manoel.Trapier on 25/05/2022.
//
#ifndef MINIFFS_PLATFORM_MEMORY_H
#define MINIFFS_PLATFORM_MEMORY_H
#endif /* MINIFFS_PLATFORM_MEMORY_H */