incubator-nuttx/libs/libc/wchar
anjiahao 3fdff878bc libc:Add macro restrictions to code that uses floating point numbers
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
2024-08-21 13:33:45 +08:00
..
CMakeLists.txt libs/libc/wchar: add wcswidth implementation 2023-09-22 08:51:07 +08:00
Make.defs libs/libc/wchar: add wcswidth implementation 2023-09-22 08:51:07 +08:00
lib_btowc.c libc: Remove the unnecessary include from wchar and wctype 2022-07-27 10:55:37 +03:00
lib_mbrlen.c libc: Remove the unnecessary include from wchar and wctype 2022-07-27 10:55:37 +03:00
lib_mbrtowc.c libc/wchar: support wchar 2022-07-27 00:36:49 +08:00
lib_mbsinit.c libc/wchar: support wchar 2022-07-27 00:36:49 +08:00
lib_mbsnrtowcs.c libc/wchar: support wchar 2022-07-27 00:36:49 +08:00
lib_mbsrtowcs.c libc: Remove the unnecessary include from wchar and wctype 2022-07-27 10:55:37 +03:00
lib_swprintf.c c++ compatibility: rename reserved c++ keywords 'public' and 'this' 2023-09-16 19:45:02 +08:00
lib_wcrtomb.c libc/wchar: support wchar 2022-07-27 00:36:49 +08:00
lib_wcscat.c libs/libc/wchar: add wcscat implementation 2023-09-21 14:02:18 +08:00
lib_wcschr.c libs/libc/wchar: add the wcschr implementatioin 2023-09-21 14:02:18 +08:00
lib_wcscmp.c libc: Remove the unnecessary include from wchar and wctype 2022-07-27 10:55:37 +03:00
lib_wcscoll.c libc: Remove the unnecessary include from wchar and wctype 2022-07-27 10:55:37 +03:00
lib_wcscpy.c libs/libc/wchar: add wcscpy implementation 2023-09-21 14:02:18 +08:00
lib_wcscspn.c libs/libc/wchar: add wcsspn implementation 2023-09-21 14:02:18 +08:00
lib_wcsftime.c libc: Remove the unnecessary include from wchar and wctype 2022-07-27 10:55:37 +03:00
lib_wcslcat.c libs/libc/wchar: add wcslcat implementation 2023-09-21 14:02:18 +08:00
lib_wcslcpy.c libc: Remove the unnecessary include from wchar and wctype 2022-07-27 10:55:37 +03:00
lib_wcslen.c libc: Remove the unnecessary include from wchar and wctype 2022-07-27 10:55:37 +03:00
lib_wcsncat.c libs/libc/wchar: add wcsncat implementation 2023-09-21 14:02:18 +08:00
lib_wcsncmp.c libs/libc/wchar: add wcsncmp implementation 2023-09-21 14:02:18 +08:00
lib_wcsncpy.c libs/libc/wchar: add wcsncpy implementation 2023-09-21 14:02:18 +08:00
lib_wcsnrtombs.c libc/wchar: support wchar 2022-07-27 00:36:49 +08:00
lib_wcspbrk.c libs/libc/wchar: add wcspbrk implementation 2023-09-22 08:51:07 +08:00
lib_wcsrchr.c libs/libc/wchar: add wcsrchr implementation 2023-09-21 14:02:18 +08:00
lib_wcsrtombs.c libc/wchar: remove unnecessary config 2022-07-27 00:36:49 +08:00
lib_wcsspn.c libs/libc/wchar: add wcsspn implementation 2023-09-22 08:51:07 +08:00
lib_wcsstr.c wchar/wcsstr: fix the variable overflow bug 2024-08-21 02:57:43 +08:00
lib_wcstod.c libc:Add macro restrictions to code that uses floating point numbers 2024-08-21 13:33:45 +08:00
lib_wcstof.c libc:Add macro restrictions to code that uses floating point numbers 2024-08-21 13:33:45 +08:00
lib_wcstok.c libs/libc/wchar: add wcstok implementation 2023-09-22 08:51:07 +08:00
lib_wcstol.c libc/wchar: remove unnecessary config 2022-07-27 00:36:49 +08:00
lib_wcstold.c libc:Add macro restrictions to code that uses floating point numbers 2024-08-21 13:33:45 +08:00
lib_wcstoll.c libc/wchar: remove unnecessary config 2022-07-27 00:36:49 +08:00
lib_wcstoul.c libc/wchar: remove unnecessary config 2022-07-27 00:36:49 +08:00
lib_wcstoull.c libc/wchar: remove unnecessary config 2022-07-27 00:36:49 +08:00
lib_wcswcs.c libs/libc/wchar: add wcswcs implementation 2023-09-22 08:51:07 +08:00
lib_wcswidth.c libs/libc/wchar: add wcswidth implementation 2023-09-22 08:51:07 +08:00
lib_wcsxfrm.c libc: Remove the unnecessary include from wchar and wctype 2022-07-27 10:55:37 +03:00
lib_wctob.c libc: Remove the unnecessary include from wchar and wctype 2022-07-27 10:55:37 +03:00
lib_wcwidth.c libs/libc/wchar: add wcwidth implementation 2023-09-22 08:51:07 +08:00
lib_wmemchr.c libc: Remove the unnecessary include from wchar and wctype 2022-07-27 10:55:37 +03:00
lib_wmemcmp.c libc: Remove the unnecessary include from wchar and wctype 2022-07-27 10:55:37 +03:00
lib_wmemcpy.c libc/wchar: remove unnecessary config 2022-07-27 00:36:49 +08:00
lib_wmemmove.c libc/wchar: remove unnecessary config 2022-07-27 00:36:49 +08:00
lib_wmemset.c libc: Remove the unnecessary include from wchar and wctype 2022-07-27 10:55:37 +03:00