/* * Copyright 2010, Oliver Tappe, zooey@hirschkaefer.de. * Distributed under the terms of the MIT License. */ #ifndef _POSIX_LOCALE_CONV_H #define _POSIX_LOCALE_CONV_H #include namespace BPrivate { namespace Libroot { extern struct lconv gPosixLocaleConv; } // namespace Libroot } // namespace BPrivate #endif // _POSIX_LOCALE_CONV_H