lisp-take-1/value/foreach_accessible_subvalue.h
2024-11-28 18:36:25 -06:00

4 lines
118 B
C

void value_foreach_accessible_subvalue(
const struct value* this,
void (*callback)(struct value* subvalue));