sortix-mirror/libc/wchar
Jonas 'Sortie' Termansen f105c8f3be Add wmemset(3). 2013-12-17 14:30:42 +01:00
..
mbrlen.cpp Move wchar.h functions into their own directory. 2013-12-17 14:30:36 +01:00
mbrtowc.cpp Move wchar.h functions into their own directory. 2013-12-17 14:30:36 +01:00
mbsrtowcs.cpp Move wchar.h functions into their own directory. 2013-12-17 14:30:36 +01:00
wcrtomb.cpp Move wchar.h functions into their own directory. 2013-12-17 14:30:36 +01:00
wcscat.cpp Move wchar.h functions into their own directory. 2013-12-17 14:30:36 +01:00
wcschr.cpp Move wchar.h functions into their own directory. 2013-12-17 14:30:36 +01:00
wcschrnul.cpp Move wchar.h functions into their own directory. 2013-12-17 14:30:36 +01:00
wcscmp.cpp Move wchar.h functions into their own directory. 2013-12-17 14:30:36 +01:00
wcscoll.cpp Add wcscoll(3). 2013-12-17 14:30:40 +01:00
wcscpy.cpp Move wchar.h functions into their own directory. 2013-12-17 14:30:36 +01:00
wcscspn.cpp Move wchar.h functions into their own directory. 2013-12-17 14:30:36 +01:00
wcslen.cpp Move wchar.h functions into their own directory. 2013-12-17 14:30:36 +01:00
wcsncat.cpp Move wchar.h functions into their own directory. 2013-12-17 14:30:36 +01:00
wcsncmp.cpp Add wcsncmp(3). 2013-12-17 14:30:41 +01:00
wcsncpy.cpp Move wchar.h functions into their own directory. 2013-12-17 14:30:36 +01:00
wcspbrk.cpp Add wcspbrk(3). 2013-12-17 14:30:41 +01:00
wcsrchr.cpp Move wchar.h functions into their own directory. 2013-12-17 14:30:36 +01:00
wcsrtombs.cpp Move wchar.h functions into their own directory. 2013-12-17 14:30:36 +01:00
wcsspn.cpp Move wchar.h functions into their own directory. 2013-12-17 14:30:36 +01:00
wcsstr.cpp Add wcsstr(3). 2013-12-17 14:30:41 +01:00
wcstok.cpp Move wchar.h functions into their own directory. 2013-12-17 14:30:36 +01:00
wcstol.cpp Add wcsto{l,ll,ul,ull,imax,umax}(3). 2013-12-17 14:30:40 +01:00
wcstoll.cpp Add wcsto{l,ll,ul,ull,imax,umax}(3). 2013-12-17 14:30:40 +01:00
wcstoul.cpp Add wcsto{l,ll,ul,ull,imax,umax}(3). 2013-12-17 14:30:40 +01:00
wcstoull.cpp Add wcsto{l,ll,ul,ull,imax,umax}(3). 2013-12-17 14:30:40 +01:00
wcsxfrm.cpp Add wcsxfrm(3). 2013-12-17 14:30:41 +01:00
wmemchr.cpp Add wmemchr(3). 2013-12-17 14:30:42 +01:00
wmemcmp.cpp Add wmemcmp(3). 2013-12-17 14:30:41 +01:00
wmemcpy.cpp Add wmemcpy(3). 2013-12-17 14:30:42 +01:00
wmemmove.cpp Add wmemmove(3). 2013-12-17 14:30:42 +01:00
wmemset.cpp Add wmemset(3). 2013-12-17 14:30:42 +01:00