/* "C" Locale Support This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. */ #ifndef _PDCLIB_CLOCALE_H #define _PDCLIB_CLOCALE_H _PDCLIB_CLOCALE_H #include _PDCLIB_BEGIN_EXTERN_C void _PDCLIB_initclocale( locale_t l ); _PDCLIB_END_EXTERN_C #endif // _PDCLIB_CLOCALE_H