From 9d1e0928b13cff2524bded1e91ac4687fb3a05c8 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 12 Aug 1996 18:30:43 +0000 Subject: There is so many places where range comparation (using collate) needed (much more than I think initially), so I forced to add new user-visible non-standard function to libc. --- include/locale.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/locale.h b/include/locale.h index 86eda17..7757d02 100644 --- a/include/locale.h +++ b/include/locale.h @@ -75,6 +75,7 @@ struct lconv { __BEGIN_DECLS struct lconv *localeconv __P((void)); char *setlocale __P((int, const char *)); +int collate_range_cmp __P((int, int)); __END_DECLS #endif /* _LOCALE_H_ */ -- cgit v1.1