diff options
Diffstat (limited to 'api/libc/stdlib.h')
| -rw-r--r-- | api/libc/stdlib.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 <stddef.h> + +size_t mbstowcs(wchar_t *dst, const char *src, size_t length); + |
