From 7be688b58fb2e5fea5db003d9ea72c4d779e65c6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 9 Feb 2004 10:05:22 +0000 Subject: Update. * stdio-common/_i18n_number.h: Support printing localized decimal point and thousand separator. * wctype/wctrans.c: Add __wctrans alias. * include/wctype.h: Declare __wctrans. Based on a patch by Hamed Malek. --- include/wctype.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/wctype.h') diff --git a/include/wctype.h b/include/wctype.h index f52f0a3f30..2acaabd5c4 100644 --- a/include/wctype.h +++ b/include/wctype.h @@ -49,6 +49,7 @@ extern int __iswspace (wint_t __wc); extern int __iswctype (wint_t __wc, wctype_t __desc); extern int __iswctype_internal (wint_t __wc, wctype_t __desc) attribute_hidden; extern wctype_t __wctype (__const char *__property); +extern wctrans_t __wctrans (const char *__property); extern wint_t __towctrans (wint_t __wc, wctrans_t __desc); extern __typeof (iswalnum_l) __iswalnum_l; -- cgit 1.4.1