ui/winui/util.h

3 weeks ago

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 23 Feb 2025 14:28:47 +0100 (3 weeks ago)
changeset 471
063a9f29098c
parent 250
d2068517fbdd
permissions
-rw-r--r--

ucx update + fix doc attach/detach + fix ui_set with unbound values

#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);

mercurial