X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Flocale%2Ffreelocale.c;h=6ab34e9f0bb0ca7f49b026292fab148023bbf5a2;hp=18623992f03aae1bf4df296df67396ebb96eed8d;hb=abc15df6b9fae3374d24c7cf5c3ab94c605b2a6d;hpb=97a8b0bcf45b59947d8f0953c45204829b9e71ed diff --git a/functions/locale/freelocale.c b/functions/locale/freelocale.c index 1862399..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