1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00
sortix--sortix/libc/wchar
2014-12-02 18:23:43 +01:00
..
btowc.cpp
mbrlen.cpp
mbrtowc.cpp
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 Add wcpncpy(3). 2014-11-26 22:49:00 +01:00
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 Add wcsdup(3). 2014-11-26 22:49:01 +01:00
wcsftime.cpp Add wcsftime(3). 2014-11-26 22:49:00 +01:00
wcslcat.cpp Add wcslcat(3) and wcslcpy(3). 2014-11-26 22:49:01 +01:00
wcslcpy.cpp Add wcslcat(3) and wcslcpy(3). 2014-11-26 22:49:01 +01:00
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 Add wcsnlen(3). 2014-11-26 22:49:01 +01:00
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
wcstof.cpp
wcstok.cpp
wcstol.cpp
wcstold.cpp
wcstoll.cpp
wcstoul.cpp
wcstoull.cpp
wcswidth.cpp
wcsxfrm.cpp
wctob.cpp
wcwidth.cpp
wmemchr.cpp
wmemcmp.cpp
wmemcpy.cpp
wmemmove.cpp
wmemset.cpp