X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fc_locale%2F_PDCLIB_clocale.h;h=09ccc4d2d172869dc62a438a7ed8552c5145c408;hp=4d13ee5244721daeb21fff7622232887f9bef22b;hb=abc15df6b9fae3374d24c7cf5c3ab94c605b2a6d;hpb=8894c921674bb116d0a7b8f23a55311e7a768019 diff --git a/opt/c_locale/_PDCLIB_clocale.h b/opt/c_locale/_PDCLIB_clocale.h index 4d13ee5..09ccc4d 100644 --- a/opt/c_locale/_PDCLIB_clocale.h +++ b/opt/c_locale/_PDCLIB_clocale.h @@ -1,19 +1,19 @@ -/* "C" Locale Support - - This file is part of the Public Domain C Library (PDCLib). - Permission is granted to use, modify, and / or redistribute at will. -*/ - -#ifndef _PDCLIB_CLOCALE_H -#define _PDCLIB_CLOCALE_H _PDCLIB_CLOCALE_H -#include +/* "C" Locale Support + + This file is part of the Public Domain C Library (PDCLib). + Permission is granted to use, modify, and / or redistribute at will. +*/ + +#ifndef _PDCLIB_CLOCALE_H +#define _PDCLIB_CLOCALE_H _PDCLIB_CLOCALE_H +#include #ifdef __cplusplus extern "C" { -#endif - -void _PDCLIB_initclocale( locale_t l ); - +#endif + +void _PDCLIB_initclocale( locale_t l ); + #ifdef __cplusplus } -#endif -#endif // _PDCLIB_CLOCALE_H +#endif +#endif // _PDCLIB_CLOCALE_H