4-variable-simplifier/truthtable_set/free.c
2026-04-25 16:00:10 -04:00

11 lines
114 B
C

#include <debug.h>
#include "free.h"
void free_truthtable_set(
struct truthtable_set* this)
{
TODO;
}