9 lines
92 B
C
9 lines
92 B
C
|
|
struct number;
|
|
|
|
void number_set_str(
|
|
struct number* this,
|
|
const wchar_t* text);
|
|
|
|
|
|
|