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.
This commit is contained in:
Andrey A. Chernov 1996-08-12 18:30:43 +00:00
parent a0ef95d4b3
commit 806af72bd9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17550

View file

@ -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_ */