6 lines
120 B
C
6 lines
120 B
C
|
|
void scope_foreach(
|
|
const struct scope* this,
|
|
void (*foreach)(
|
|
struct string*,
|
|
truthtable_t));
|