Sync usage with man page.
[netbsd-mini2440.git] / lib / libc / locale / _def_numeric.c
blob40fde9575a577f08d8676696d807cc822045aa7e
1 /* $NetBSD: _def_numeric.c,v 1.5 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 <locale.h>
16 const _NumericLocale _DefaultNumericLocale =
18 ".",
19 "",
23 const _NumericLocale *_CurrentNumericLocale = &_DefaultNumericLocale;