Skip to content

cf_fs_destroy

Category: file
GitHub: cute_file_system.h


Destroys the Virtual File System.

void cf_fs_destroy();
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.

cf_fs_init