From 17ebe40096aa2c39d2396d737f9c69bccb134822 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Sun, 9 Jan 2005 03:55:13 +0000 Subject: Implement rpmatch(), a semi-standard interface (as found on AIX, Tru64, GNU) for determining whether a string is an affirmative or negative response to a question according to the current locale. This is done by matching the response against nl_langinfo(3) items YESEXPR and NOEXPR. --- include/stdlib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/stdlib.h b/include/stdlib.h index f94e7ab82c58..0ae6b181351e 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -263,6 +263,7 @@ void qsort_r(void *, size_t, size_t, void *, int radixsort(const unsigned char **, int, const unsigned char *, unsigned); void *reallocf(void *, size_t); +int rpmatch(const char *); void setprogname(const char *); int sradixsort(const unsigned char **, int, const unsigned char *, unsigned); -- cgit v1.3