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

This commit is contained in:
ache 2001-03-19 11:53:34 +00:00
parent f0353c6c7f
commit 3961d86ab3

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