summaryrefslogtreecommitdiff
path: root/api/libc/wchar.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/libc/wchar.h')
-rw-r--r--api/libc/wchar.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/api/libc/wchar.h b/api/libc/wchar.h
deleted file mode 100644
index 350c209..0000000
--- a/api/libc/wchar.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#pragma once
-
-#include <stddef.h>
-
-size_t wcslen(const wchar_t *s);
-wchar_t *wcsdup(const wchar_t *s);