miniffs/platform/memory.c
Godzil b31439bcb6 Now we can generate a fairly basic FS.
Added some test material
2023-02-10 17:59:15 +00:00

10 lines
377 B
C

/******************************************************************************
* 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.
*
******************************************************************************/
#define __miniffs_internal
#include <miniffs.h>