summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/wchar.cpp
AgeCommit message (Expand)Author
2021-05-30LibC: Stub out btowcTim Schumacher
2021-04-29iLibC: Fix some missed camelCase => snake_caseAndreas Kling
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