Add a manual page explaining the format of /etc/manpath.config.
[dragonfly/vkernel-mp.git] / lib / libc / locale / _def_numeric.c
blob3b66d6458b433cc74dfa1f76752bc096922ab5cf
1 /* $NetBSD: src/lib/libc/locale/_def_numeric.c,v 1.5 2003/07/26 19:24:46 salo Exp $ */
2 /* $DragonFly: src/lib/libc/locale/_def_numeric.c,v 1.1 2005/03/16 07:54:41 joerg Exp $ */
4 /*
5 * Written by J.T. Conklin <jtc@NetBSD.org>.
6 * Public domain.
7 */
9 #include <sys/localedef.h>
10 #include <locale.h>
12 const _NumericLocale _DefaultNumericLocale = {
13 ".",
14 "",
18 const _NumericLocale *_CurrentNumericLocale = &_DefaultNumericLocale;