xref: /haiku/headers/private/libroot/locale/PosixLanginfo.h (revision 21258e2674226d6aa732321b6f8494841895af5f)
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