sortix--sortix/libc/wchar
Jonas 'Sortie' Termansen 4f07e94b0c Rewrite strtof(3). 2016-02-29 01:37:30 +01:00
..
btowc.cpp
mbrlen.cpp
mbrtowc.cpp Fix mbrtowc decoding surrogates. 2016-01-07 19:17:04 +01:00
mbsinit.cpp
mbsnrtowcs.cpp
mbsrtowcs.cpp
wcpcpy.cpp Update stpcpy(3) and wcpcpy(3) to current coding conventions. 2014-12-02 18:23:43 +01:00
wcpncpy.cpp
wcrtomb.cpp
wcscasecmp.cpp Update string compare family to current coding conventions. 2014-12-02 18:23:42 +01:00
wcscat.cpp
wcschr.cpp
wcschrnul.cpp
wcscmp.cpp Update string compare family to current coding conventions. 2014-12-02 18:23:42 +01:00
wcscoll.cpp
wcscpy.cpp Update strcpy(3) and wcscpy(3) to current coding conventions. 2014-12-02 18:23:42 +01:00
wcscspn.cpp Update wcscspn(3) to current coding conventions. 2014-12-02 18:23:43 +01:00
wcsdup.cpp
wcsftime.cpp
wcslcat.cpp
wcslcpy.cpp
wcslen.cpp
wcsncasecmp.cpp Update string compare family to current coding conventions. 2014-12-02 18:23:42 +01:00
wcsncat.cpp
wcsncmp.cpp Update string compare family to current coding conventions. 2014-12-02 18:23:42 +01:00
wcsncpy.cpp
wcsnlen.cpp
wcsnrtombs.cpp
wcspbrk.cpp Update wcspbrk(3) to current coding conventions. 2014-12-02 18:23:43 +01:00
wcsrchr.cpp
wcsrtombs.cpp
wcsspn.cpp Update wcsspn(3) to current coding conventions. 2014-12-02 18:23:43 +01:00
wcsstr.cpp
wcstod.cpp Rewrite strtof(3). 2016-02-29 01:37:30 +01:00
wcstof.cpp Rewrite strtof(3). 2016-02-29 01:37:30 +01:00
wcstok.cpp
wcstol.cpp Fix strtol isspace calls. 2015-05-15 16:18:41 +02:00
wcstold.cpp Rewrite strtof(3). 2016-02-29 01:37:30 +01:00
wcstoll.cpp Fix strtol isspace calls. 2015-05-15 16:18:41 +02:00
wcstoul.cpp Fix strtol isspace calls. 2015-05-15 16:18:41 +02:00
wcstoull.cpp Fix strtol isspace calls. 2015-05-15 16:18:41 +02:00
wcswidth.cpp
wcsxfrm.cpp
wctob.cpp
wcwidth.cpp
wmemchr.cpp
wmemcmp.cpp
wmemcpy.cpp
wmemmove.cpp
wmemset.cpp