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

7 lines
148 B
C

struct value;
void null_value_foreach_accessible_subvalue(
const struct value* super,
void (*callback)(
struct value* subvalue));