DOtherSide
0.7.1
C language library for creating bindings for the Qt QML language
|
Functions related to strings. More...
Functions | |
DOS_API void | dos_chararray_delete (char *ptr) |
Free the memory allocated for the given UTF-8 string. More... | |
Functions related to strings.
DOS_API void dos_chararray_delete | ( | char * | ptr | ) |
Free the memory allocated for the given UTF-8 string.
ptr | The UTF-8 string to be freed |