mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
bb815eafaf
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.
4 lines
96 B
C
4 lines
96 B
C
#ifndef _LANGINFO_H
|
|
#define _LANGINFO_H
|
|
#include "libc/str/langinfo.h"
|
|
#endif /* _LANGINFO_H */
|