locale revision 3f54fd611f536639ec30dd53c48e5ec1897cc7d9
303N/Ahdr locale,wchar,wctype
303N/Alib locale,localeconv,wctype,iswctype,iswblank
303N/Alib wctrans,towctrans wctype.h
303N/Atyp wctrans_t wctype.h
303N/Acat{
303N/A #if _PACKAGE_ast
303N/A # undef _hdr_locale
303N/A # define _hdr_locale 1
303N/A #else
303N/A # ifdef _hdr_locale
303N/A # include <locale.h>
303N/A # ifndef LC_MESSAGES
303N/A # define LC_MESSAGES LC_ALL
303N/A # endif /* LC_MESSAGES */
303N/A # endif /* _hdr_locale */
303N/A #endif /* _PACKAGE_ast */
303N/A #ifdef _hdr_locale
303N/A # ifdef _lib_localeconv
303N/A static struct lconv *lp;
303N/A # define GETDECIMAL(x) (((lp=localeconv()) && lp->decimal_point && *lp->decimal_point) ? *lp->decimal_point : '.' )
844N/A # else
303N/A # define GETDECIMAL(x) ('.')
303N/A # endif /* _lib_localeconv */
303N/A #else
303N/A # define GETDECIMAL(x) ('.')
303N/A #endif /* _hdr_locale */
303N/A}end
303N/A