import RT-Thread@9217865c without bsp, libcpu and components/net
This commit is contained in:
commit
e2376a3709
1414 changed files with 390370 additions and 0 deletions
27
components/libc/compilers/common/include/posix/wchar.h
Normal file
27
components/libc/compilers/common/include/posix/wchar.h
Normal file
|
@ -0,0 +1,27 @@
|
|||
/*
|
||||
* Copyright (c) 2006-2022, RT-Thread Development Team
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Change Logs:
|
||||
* Date Author Notes
|
||||
* 2022-06-07 Meco Man The first version
|
||||
*/
|
||||
|
||||
#ifndef __POSIX_WCHAR_H__
|
||||
#define __POSIX_WCHAR_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <wchar.h>
|
||||
|
||||
int wcwidth(wchar_t);
|
||||
int wcswidth(const wchar_t*, size_t);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __POSIX_WCHAR_H__ */
|
Loading…
Add table
Add a link
Reference in a new issue