ref: 00862ad5f557cf0916faf7de5089c8662fbc9d9c
parent: ad390eef16b53905245bf16859082c9a52b35c6c
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Wed Sep 19 11:09:42 EDT 2018
[lib/c] Define the needed types in wchar.h They are only placeholder that allow a succesful compilation
--- a/rootdir/include/scc/wchar.h
+++ b/rootdir/include/scc/wchar.h
@@ -4,8 +4,8 @@
/* TODO: This is only a placeholder */
typedef long wchar_t;
/* typedef long size_t; */
-/* typedef long mbstate_t; */
-/* typedef long wint_t; */
+typedef long mbstate_t;
+typedef long wint_t;
struct tm;
/* #define WCHAR_MAX 1 */