X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fc_locale%2F_PDCLIB_clocale.h;h=09ccc4d2d172869dc62a438a7ed8552c5145c408;hp=ee51d2818246217a11adcc0e258e55b63aba0331;hb=abc15df6b9fae3374d24c7cf5c3ab94c605b2a6d;hpb=fa53a74861e1ac9513ae57b7bd7889b85ac0fbe9 diff --git a/opt/c_locale/_PDCLIB_clocale.h b/opt/c_locale/_PDCLIB_clocale.h index ee51d28..09ccc4d 100644 --- a/opt/c_locale/_PDCLIB_clocale.h +++ b/opt/c_locale/_PDCLIB_clocale.h @@ -1,15 +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 -_PDCLIB_BEGIN_EXTERN_C - -void _PDCLIB_initclocale( locale_t l ); - -_PDCLIB_END_EXTERN_C -#endif // _PDCLIB_CLOCALE_H +/* "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 ); + +#ifdef __cplusplus +} +#endif +#endif // _PDCLIB_CLOCALE_H