X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=internals%2F_PDCLIB_clocale.h;fp=internals%2F_PDCLIB_clocale.h;h=09ccc4d2d172869dc62a438a7ed8552c5145c408;hp=0000000000000000000000000000000000000000;hb=4321ebdd142b534d8b7b6c31e01790f77ac46319;hpb=522a5e059582a513f7af8e418a1e8611aafb3513 diff --git a/internals/_PDCLIB_clocale.h b/internals/_PDCLIB_clocale.h new file mode 100644 index 0000000..09ccc4d --- /dev/null +++ b/internals/_PDCLIB_clocale.h @@ -0,0 +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 +#ifdef __cplusplus +extern "C" { +#endif + +void _PDCLIB_initclocale( locale_t l ); + +#ifdef __cplusplus +} +#endif +#endif // _PDCLIB_CLOCALE_H