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

7 lines
155 B
C

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