- added Dyn2Cstring (convert to C string and free dyn string)
This commit is contained in:
@ -96,4 +96,8 @@ int DynStringBackspace(pDynString self);
|
||||
/*
|
||||
removes one character at the end from the dynstring
|
||||
*/
|
||||
char *Dyn2Cstring(pDynString self);
|
||||
/*
|
||||
convert to C string and delete dynstring. The result must be freed when no longer used.
|
||||
*/
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user