Exemplo n.º 1
0
Arquivo: fs.c Projeto: lishuhuakai/CS
void
fs_cleanup(void) {
    vfs_cleanup();
}
Exemplo n.º 2
0
void fs_cleanup(void)
{
	vfs_unmount_all();
	vfs_cleanup();
}