cosmopolitan/libc/isystem/langinfo.h
Justine Tunney bb815eafaf
Update Musl Libc code
We now have implement all of Musl's localization code, the same way that
Musl implements localization. You may need setlocale(LC_ALL, "C.UTF-8"),
just in case anything stops working as expected.
2024-07-30 22:51:29 -07:00

4 lines
96 B
C

#ifndef _LANGINFO_H
#define _LANGINFO_H
#include "libc/str/langinfo.h"
#endif /* _LANGINFO_H */