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