7 lines
78 B
C
7 lines
78 B
C
|
|
struct environment;
|
|
|
|
void free_environment(
|
|
struct environment* this);
|
|
|
|
|