X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=opt%2Fc_locale%2F_PDCLIB_clocale.h;fp=opt%2Fc_locale%2F_PDCLIB_clocale.h;h=ee51d2818246217a11adcc0e258e55b63aba0331;hp=0000000000000000000000000000000000000000;hb=b3d54170225e25557110b8c74f236b5e84254c26;hpb=24f274eec4d6ac3868f3fdf03d2e1876c80be616 diff --git a/opt/c_locale/_PDCLIB_clocale.h b/opt/c_locale/_PDCLIB_clocale.h new file mode 100644 index 0000000..ee51d28 --- /dev/null +++ b/opt/c_locale/_PDCLIB_clocale.h @@ -0,0 +1,15 @@ +/* "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