8 lines
77 B
C
8 lines
77 B
C
|
|
struct number;
|
|
|
|
void number_set_int(
|
|
struct number* this,
|
|
int x);
|
|
|
|
|