From 8957c348ee8170bb496a4260fbf941acb843e842 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Mon, 19 Mar 2001 11:53:34 +0000 Subject: [PATCH] Add D_MD_ORDER (local extension) to get month/day order from locale --- include/langinfo.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/langinfo.h b/include/langinfo.h index 2f12f11915c..4e62311e58f 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