user: implement mlibc as the libc, finally.
It's finally done.. Signed-off-by: kaguya <vpshinomiya@protonmail.com>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
|
||||
#ifndef MLIBC_WCHAR_T_H
|
||||
#define MLIBC_WCHAR_T_H
|
||||
|
||||
#ifndef __cplusplus
|
||||
|
||||
typedef __WCHAR_TYPE__ wchar_t;
|
||||
|
||||
#endif
|
||||
|
||||
#endif /* MLIBC_WCHAR_T_H */
|
||||
|
||||
Reference in New Issue
Block a user