summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/wchar.h
AgeCommit message (Expand)Author
2021-09-16LibC: Implement mbsinit and mbrtowcTim Schumacher
2021-09-16LibC: Stub out a bunch of wchar functionsTim Schumacher
2021-09-16LibC: Provide a dummy mbstate_t in wchar.hTim Schumacher
2021-05-30LibC: Add stubs for wctype and iswctypeTim Schumacher
2021-05-30LibC: Stub out btowcTim Schumacher
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-18LibC: Add wcstol() and wcstoll() stubsLinus Groh
2021-01-18LibC: Add wcsncmp()Linus Groh
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling