4 lines
94 B
C
4 lines
94 B
C
|
|
void stringtree_prepend_string_const(
|
|
struct stringtree* this,
|
|
const char* literal);
|