4 lines
118 B
C
4 lines
118 B
C
|
|
void value_foreach_accessible_subvalue(
|
|
const struct value* this,
|
|
void (*callback)(struct value* subvalue));
|