#include #include #include "struct.h" #include "is_empty.h" bool truthtable_set_is_empty( const struct truthtable_set* this) { return !this->tree->head; }