LIBFS_FREE

LIBFS_FREE

Defines the free function used by libfs at compile time.

void my_free(void* ptr)
{
    // do something
}

#define LIBFS_FREE my_free