6 lines
68 B
C
6 lines
68 B
C
|
|
struct booleans;
|
|
|
|
void free_booleans(
|
|
struct booleans* this);
|
|
|