6 lines
83 B
C
6 lines
83 B
C
|
|
struct number;
|
|
|
|
struct stringtree* number_prettyprint(
|
|
struct number* this);
|
|
|