X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Flocale%2Ffreelocale.c;h=6ab34e9f0bb0ca7f49b026292fab148023bbf5a2;hp=7d5073b4ded6fd89e28471dcd0d1634b1864a417;hb=abc15df6b9fae3374d24c7cf5c3ab94c605b2a6d;hpb=8894c921674bb116d0a7b8f23a55311e7a768019 diff --git a/functions/locale/freelocale.c b/functions/locale/freelocale.c index 7d5073b..6ab34e9 100644 --- a/functions/locale/freelocale.c +++ b/functions/locale/freelocale.c @@ -1,29 +1,29 @@ -/* freelocale( locale_t ) - - This file is part of the Public Domain C Library (PDCLib). - Permission is granted to use, modify, and / or redistribute at will. -*/ - -#include -#ifndef REGTEST -#include "_PDCLIB_locale.h" -#include - -void freelocale( locale_t newloc ) -{ - if( newloc != NULL ) { - assert( ! "Not implemented" ); - } -} - -#endif - -#ifdef TEST -#include "_PDCLIB_test.h" - -int main( void ) -{ - TESTCASE( NO_TESTDRIVER ); - return TEST_RESULTS; -} -#endif +/* freelocale( locale_t ) + + This file is part of the Public Domain C Library (PDCLib). + Permission is granted to use, modify, and / or redistribute at will. +*/ + +#include +#ifndef REGTEST +#include "_PDCLIB_locale.h" +#include + +void freelocale( locale_t newloc ) +{ + if( newloc != NULL ) { + assert( ! "Not implemented" ); + } +} + +#endif + +#ifdef TEST +#include "_PDCLIB_test.h" + +int main( void ) +{ + TESTCASE( NO_TESTDRIVER ); + return TEST_RESULTS; +} +#endif