Added alloc_c_string

This commit is contained in:
Bastiaan Olij
2017-11-25 09:54:35 +11:00
parent 0f773c2d72
commit d8faa4ec76
3 changed files with 35 additions and 36 deletions

View File

@@ -41,6 +41,7 @@ public:
int length() const;
const wchar_t *unicode_str() const;
char *alloc_c_string() const;
void get_c_string(char *p_dest, int *p_size) const;
int64_t find(String p_what) const;