xref: /haiku/headers/private/libroot/locale/PosixLanginfo.h (revision f2b4344867e97c3f4e742a1b4a15e6879644601a)
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 
9 namespace BPrivate {
10 namespace Libroot {
11 
12 
13 extern const char* gPosixLanginfo[];
14 
15 
16 }	// namespace Libroot
17 }	// namespace BPrivate
18 
19 
20 #endif	// _POSIX_LANGINFO_H
21