6 lines
86 B
C
6 lines
86 B
C
|
|
void assign_position(
|
|
struct position* this,
|
|
const struct position* from);
|
|
|
|
|