X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=opt%2Fc_locale%2F_PDCLIB_clocale.h;fp=opt%2Fc_locale%2F_PDCLIB_clocale.h;h=0000000000000000000000000000000000000000;hp=09ccc4d2d172869dc62a438a7ed8552c5145c408;hb=4321ebdd142b534d8b7b6c31e01790f77ac46319;hpb=522a5e059582a513f7af8e418a1e8611aafb3513 diff --git a/opt/c_locale/_PDCLIB_clocale.h b/opt/c_locale/_PDCLIB_clocale.h deleted file mode 100644 index 09ccc4d..0000000 --- a/opt/c_locale/_PDCLIB_clocale.h +++ /dev/null @@ -1,19 +0,0 @@ -/* "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