Sync usage with man page.
[netbsd-mini2440.git] / lib / libc / locale / _def_monetary.c
blob0b2a76e37c79785cde1c169514cd7081e042cfb4
1 /* $NetBSD: _def_monetary.c,v 1.7 2003/07/26 19:24:46 salo Exp $ */
3 /*
4 * Written by J.T. Conklin <jtc@NetBSD.org>.
5 * Public domain.
6 */
8 #include <sys/cdefs.h>
9 #if defined(LIBC_SCCS) && !defined(lint)
10 __RCSID("$NetBSD$");
11 #endif /* LIBC_SCCS and not lint */
13 #include <sys/localedef.h>
14 #include <limits.h>
15 #include <locale.h>
17 const _MonetaryLocale _DefaultMonetaryLocale =
19 "",
20 "",
21 "",
22 "",
23 "",
24 "",
25 "",
26 (char)CHAR_MAX,
27 (char)CHAR_MAX,
28 (char)CHAR_MAX,
29 (char)CHAR_MAX,
30 (char)CHAR_MAX,
31 (char)CHAR_MAX,
32 (char)CHAR_MAX,
33 (char)CHAR_MAX,
34 (char)CHAR_MAX,
35 (char)CHAR_MAX,
36 (char)CHAR_MAX,
37 (char)CHAR_MAX,
38 (char)CHAR_MAX,
39 (char)CHAR_MAX
42 const _MonetaryLocale *_CurrentMonetaryLocale = &_DefaultMonetaryLocale;