cf_fs_destroy¶
Category: file
GitHub: cute_file_system.h
Destroys the Virtual File System.
| Parameters | Description |
|---|---|
| argv0 | The first command-line argument passed into your main function. |
Remarks¶
Cleans up all static memory used by cf_fs_init. You probably don't need to call this function,
as cf_app_destroy already does this for you.