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,9 @@
|
||||
#ifndef MLIBC_WCHAR_H
|
||||
#define MLIBC_WCHAR_H
|
||||
|
||||
#include <bits/types.h>
|
||||
|
||||
#define WCHAR_MAX __MLIBC_WCHAR_MAX
|
||||
#define WCHAR_MIN __MLIBC_WCHAR_MIN
|
||||
|
||||
#endif /* MLIBC_WCHAR_H */
|
||||
Reference in New Issue
Block a user