cheaders.langinfo

A reduced copy for langinfo.h from GNU. See copyright on it below.

Access to locale-dependent parameters. Copyright (C) 1995-2020 Free Software Foundation, Inc. This file is part of the GNU C Library.

The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

The GNU C Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see <https://www.gnu.org/licenses/>.

Members

Enums

nl_item
enum nl_item

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

_NL_ITEM
auto _NL_ITEM(T0 category, T1 index)

Undocumented in source. Be warned that the author may not have intended to support it.

nl_langinfo
char* nl_langinfo(nl_item __item)

Return the current locale's value for ITEM. If ITEM is invalid, an empty string is returned.

Manifest constants

_LANGINFO_H
enum _LANGINFO_H;

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

__LC_ADDRESS
enum __LC_ADDRESS;

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

__LC_ALL
enum __LC_ALL;

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

__LC_COLLATE
enum __LC_COLLATE;

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

__LC_CTYPE
enum __LC_CTYPE;

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

__LC_IDENTIFICATION
enum __LC_IDENTIFICATION;

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

__LC_MEASUREMENT
enum __LC_MEASUREMENT;

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

__LC_MESSAGES
enum __LC_MESSAGES;

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

__LC_MONETARY
enum __LC_MONETARY;

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

__LC_NAME
enum __LC_NAME;

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

__LC_NUMERIC
enum __LC_NUMERIC;

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

__LC_PAPER
enum __LC_PAPER;

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

__LC_TELEPHONE
enum __LC_TELEPHONE;

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

__LC_TIME
enum __LC_TIME;

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta