4-variable-simplifier/scope/foreach.h
2026-04-25 16:00:10 -04:00

6 lines
120 B
C

void scope_foreach(
const struct scope* this,
void (*foreach)(
struct string*,
truthtable_t));