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

8 lines
72 B
C

#include <debug.h>
void free_scope(struct scope* this)
{
TODO;
}