Initial commit
This commit is contained in:
7
platform/file.c
Normal file
7
platform/file.c
Normal file
@@ -0,0 +1,7 @@
|
||||
/******************************************************************************
|
||||
* MiniFFS : Mini Flat File System
|
||||
* file.c: This is the file based implementation of the MiniFFS
|
||||
*
|
||||
* Copyright (c) 2008-2022 986-Studio. All rights reserved.
|
||||
*
|
||||
******************************************************************************/
|
||||
7
platform/memory.c
Normal file
7
platform/memory.c
Normal file
@@ -0,0 +1,7 @@
|
||||
/******************************************************************************
|
||||
* MiniFFS : Mini Flat File System
|
||||
* memory.c: This is the pure memory implementation of the MiniFFS
|
||||
*
|
||||
* Copyright (c) 2008-2022 986-Studio. All rights reserved.
|
||||
*
|
||||
******************************************************************************/
|
||||
Reference in New Issue
Block a user