Add cfw_string_append().
This commit is contained in:
parent
d957ec53ea
commit
0915874505
3 changed files with 32 additions and 2 deletions
|
@ -34,5 +34,6 @@ extern CFWClass *cfw_string;
|
|||
extern const char* cfw_string_c(CFWString*);
|
||||
extern size_t cfw_string_len(CFWString*);
|
||||
extern bool cfw_string_set(CFWString*, const char*);
|
||||
extern bool cfw_string_append(CFWString*, CFWString*);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue