#include <oskit/fs/fs.h>void fs_free(void *addr);
filesystem library client OS
This function frees a chunk of allocated memory referenced by addr. addr must be an address returned previously by a call to fs_malloc or fs_realloc.
- addr
- The address of the chunk.