summaryrefslogtreecommitdiffstats
path: root/include/langinfo.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-03-19 11:53:34 +0000
committerache <ache@FreeBSD.org>2001-03-19 11:53:34 +0000
commit3961d86ab3c424a17d815935309a2cb84c726d9a (patch)
tree60c926a99d2066dd6d579a261af2db2f38aab1f7 /include/langinfo.h
parentf0353c6c7ffb8ca7a63e572b4ea97b9ec5228855 (diff)
downloadFreeBSD-src-3961d86ab3c424a17d815935309a2cb84c726d9a.zip
FreeBSD-src-3961d86ab3c424a17d815935309a2cb84c726d9a.tar.gz
Add D_MD_ORDER (local extension) to get month/day order from locale
Diffstat (limited to 'include/langinfo.h')
-rw-r--r--include/langinfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/langinfo.h b/include/langinfo.h
index 2f12f11..4e62311 100644
--- a/include/langinfo.h
+++ b/include/langinfo.h
@@ -102,6 +102,8 @@
#define CRNCYSTR 56 /* currency symbol */
+#define D_MD_ORDER 57 /* month/day order (local extension) */
+
__BEGIN_DECLS
char *nl_langinfo(nl_item);
__END_DECLS
OpenPOWER on IntegriCloud