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
lib_mbrlen.c
lib_mbrtowc.c
lib_mbsinit.c
lib_mbsnrtowcs.c
lib_mbsrtowcs.c
lib_swprintf.c
lib_wcrtomb.c
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
lib_wcscoll.c
lib_wcscpy.c
lib_wcscspn.c libs/libc/wchar: add wcsspn implementation 2023-09-21 14:02:18 +08:00
lib_wcsftime.c
lib_wcslcat.c libs/libc/wchar: add wcslcat implementation 2023-09-21 14:02:18 +08:00
lib_wcslcpy.c
lib_wcslen.c
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
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
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
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
lib_wcstoul.c
lib_wcstoull.c
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
lib_wctob.c
lib_wcwidth.c libs/libc/wchar: add wcwidth implementation 2023-09-22 08:51:07 +08:00
lib_wmemchr.c
lib_wmemcmp.c
lib_wmemcpy.c
lib_wmemmove.c
lib_wmemset.c