1/*
2 * Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
3 * Distributed under the terms of the MIT License.
4 */
5#ifndef _POSIX_LOCALE_CONV_H
6#define _POSIX_LOCALE_CONV_H
7
8
9#include <locale.h>
10
11
12namespace BPrivate {
13namespace Libroot {
14
15
16extern struct lconv gPosixLocaleConv;
17
18
19}	// namespace Libroot
20}	// namespace BPrivate
21
22
23#endif	// _POSIX_LOCALE_CONV_H
24