blob: 7612544f2f1a5c1dc506205e564e6592f6b9a6be [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001/* Define a constant for the name of the standard C locale, so the string
2 constant is not repeated in dozens of object files. */
3
4#include "localeinfo.h"
5
6/* Name of our standard locale. */
7const char _nl_C_name[] = "C";
8const char _nl_POSIX_name[] = "POSIX";
9
10/* The standard codeset. */
11const char _nl_C_codeset[] = "ANSI_X3.4-1968";