1 /* _PDCLIB_initclocale( locale_t )
\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
8 #include "_PDCLIB_clocale.h"
\r
9 #include "_PDCLIB_locale.h"
\r
11 void _PDCLIB_initclocale( locale_t l )
\r
13 // TODO: There will be more added here...
\r
15 l->_WCType = _PDCLIB_wcinfo;
\r
16 l->_WCTypeSize = _PDCLIB_wcinfo_size;
\r
22 #include <_PDCLIB_test.h>
\r
26 return TEST_RESULTS;
\r