LibC: Implement nl_langinfo

All values are from POSIX locale except CODESET which can be "UTF-8"
depending on the current locale
This commit is contained in:
2025-04-19 20:02:01 +03:00
parent 12d47858c1
commit 407eed212a
2 changed files with 91 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ set(LIBC_SOURCES
ftw.cpp
grp.cpp
inttypes.cpp
langinfo.cpp
libgen.cpp
locale.cpp
malloc.cpp