Tue, 15 Jul 2025 12:09:51 +0200
add missing include
#pragma once #include <stdlib.h> wchar_t* str2wstr(const char* str, int* newlen); wchar_t* str2wstr_len(const char* str, size_t len, int* newlen); char* wchar2utf8(const wchar_t* wstr, size_t wlen);