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