summaryrefslogtreecommitdiff
path: root/lib/libc/locale/_def_numeric.c
blob: d78e2b60a95c5027b533d933aab4b1675a7f99e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*	$OpenBSD: _def_numeric.c,v 1.5 2016/05/23 00:05:15 guenther Exp $ */
/*
 * Written by J.T. Conklin <jtc@netbsd.org>.
 * Public domain.
 */

#include <locale.h>
#include "localedef.h"

const _NumericLocale _DefaultNumericLocale =
{
	".",
	"",
	""
};

const _NumericLocale *_CurrentNumericLocale = &_DefaultNumericLocale;