Add D_MD_ORDER (local extension) to get month/day order from locale

This commit is contained in:
Andrey A. Chernov 2001-03-19 11:53:34 +00:00
parent 5b4c6e2601
commit 8957c348ee
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74458

View File

@ -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