From 3f9278b48ff4bc0d2cf1604034b3bba548572f04 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Sun, 11 Feb 2024 23:48:04 +0000 Subject: kjarna initial impl --- api/libc/stdlib.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 api/libc/stdlib.h (limited to 'api/libc/stdlib.h') diff --git a/api/libc/stdlib.h b/api/libc/stdlib.h new file mode 100644 index 0000000..76a78eb --- /dev/null +++ b/api/libc/stdlib.h @@ -0,0 +1,6 @@ +#pragma once + +#include + +size_t mbstowcs(wchar_t *dst, const char *src, size_t length); + -- cgit v1.3.1-1-g115d