7 lines
69 B
C
7 lines
69 B
C
|
|
struct position;
|
|
|
|
void free_position(
|
|
struct position* this);
|
|
|
|
|