From 806af72bd98609af2edae9872f5111c1830b8337 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" 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/locale.h') diff --git a/include/locale.h b/include/locale.h index 86eda17d34d7..7757d0216b97 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.2.3