#include "mavl.h" void mavl_free_str(union mavldata *data){ free(data->str); }