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