| 123456789101112131415161718 |
- /*
- * Copyright (c) mlibc & plct lab
- *
- * SPDX-License-Identifier: MIT
- *
- * Change Logs:
- * Date Author Notes
- * 2023/06/16 bernard the first verison
- */
- #ifndef MLIBC_WCHAR_H__
- #define MLIBC_WCHAR_H__
- #include "sys/types.h"
- typedef int wchar_t;
- #endif
|