tango.stdc.locale

D header file for C99.

Members

Functions

localeconv
lconv* localeconv()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setlocale
char* setlocale(int category, char* locale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Variables

LC_ADDRESS
auto 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
auto 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
auto 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
auto 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
auto 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
auto 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
auto 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
auto 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
auto 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
auto 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
auto 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
auto 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
auto 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

License

Public Domain

Standards

ISO/IEC 9899:1999 (E)

Authors

Sean Kelly