X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fc_locale%2F_PDCLIB_initclocale.c;fp=opt%2Fc_locale%2F_PDCLIB_initclocale.c;h=0000000000000000000000000000000000000000;hp=d7cf35063fffa040671787ffc00655a4cac72b63;hb=4321ebdd142b534d8b7b6c31e01790f77ac46319;hpb=522a5e059582a513f7af8e418a1e8611aafb3513 diff --git a/opt/c_locale/_PDCLIB_initclocale.c b/opt/c_locale/_PDCLIB_initclocale.c deleted file mode 100644 index d7cf350..0000000 --- a/opt/c_locale/_PDCLIB_initclocale.c +++ /dev/null @@ -1,29 +0,0 @@ -/* _PDCLIB_initclocale( locale_t ) - - This file is part of the Public Domain C Library (PDCLib). - Permission is granted to use, modify, and / or redistribute at will. -*/ - -#ifndef REGTEST -#include "_PDCLIB_clocale.h" -#include "_PDCLIB_locale.h" - -void _PDCLIB_initclocale( locale_t l ) -{ - // TODO: There will be more added here... - - l->_WCType = _PDCLIB_wcinfo; - l->_WCTypeSize = _PDCLIB_wcinfo_size; -} - -#endif - -#ifdef TEST -#include "_PDCLIB_test.h" - -int main() -{ - return TEST_RESULTS; -} - -#endif \ No newline at end of file