2 * Copyright 2002-2010 Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Daniel Reinhold, danielre@users.sf.net
7 * Oliver Tappe, zooey@hirschkaefer.de
11 #include <PosixLocaleConv.h>
14 #include "LocaleBackend.h"
15 using BPrivate::Libroot::gLocaleBackend
;
19 extern "C" struct lconv
*
24 return const_cast<lconv
*>(gLocaleBackend
->LocaleConv());
27 return &BPrivate::Libroot::gPosixLocaleConv
;