1 /* "C" Locale Support
\r
3 This file is part of the Public Domain C Library (PDCLib).
\r
4 Permission is granted to use, modify, and / or redistribute at will.
\r
7 #ifndef _PDCLIB_CLOCALE_H
\r
8 #define _PDCLIB_CLOCALE_H _PDCLIB_CLOCALE_H
\r
10 _PDCLIB_BEGIN_EXTERN_C
\r
12 void _PDCLIB_initclocale( locale_t l );
\r
14 _PDCLIB_END_EXTERN_C
\r
15 #endif // _PDCLIB_CLOCALE_H
\r