xref: /haiku/headers/private/libroot/locale/PosixLocaleConv.h (revision 2b76973fa2401f7a5edf68e6470f3d3210cbcff3)
1 /*
2  * Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _POSIX_LOCALE_CONV_H
6 #define _POSIX_LOCALE_CONV_H
7 
8 
9 #include <locale.h>
10 
11 
12 namespace BPrivate {
13 namespace Libroot {
14 
15 
16 extern struct lconv gPosixLocaleConv;
17 
18 
19 }	// namespace Libroot
20 }	// namespace BPrivate
21 
22 
23 #endif	// _POSIX_LOCALE_CONV_H
24