X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=internals%2F_PDCLIB_locale.h;fp=internals%2F_PDCLIB_locale.h;h=bed89b561a39903a0ea335b1be7401359d87d5d4;hb=8a90fe871522665803dce65d11381ccbd30deb18;hp=0000000000000000000000000000000000000000;hpb=28560df1b632539d7133749626b69ca4b91ea1e6;p=pdclib.old diff --git a/internals/_PDCLIB_locale.h b/internals/_PDCLIB_locale.h new file mode 100644 index 0000000..bed89b5 --- /dev/null +++ b/internals/_PDCLIB_locale.h @@ -0,0 +1,12 @@ +#ifndef __PDCLIB_LOCALE_H +#define __PDCLIB_LOCALE_H __PDCLIB_LOCALE_H +#include + +#define _PDCLIB_threadlocale() (uselocale(NULL)) + +struct _PDCLIB_locale { + struct _PDCLIB_charcodec *_Codec; + struct lconv _Conv; +}; + +#endif