1/*
2 * Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
3 * Distributed under the terms of the MIT License.
4 */
5#ifndef _POSIX_LANGINFO_H
6#define _POSIX_LANGINFO_H
7
8
9namespace BPrivate {
10namespace Libroot {
11
12
13extern const char* gPosixLanginfo[];
14
15
16}	// namespace Libroot
17}	// namespace BPrivate
18
19
20#endif	// _POSIX_LANGINFO_H
21