summaryrefslogtreecommitdiffstats
path: root/include/stdlib.h
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2005-01-09 03:55:13 +0000
committertjr <tjr@FreeBSD.org>2005-01-09 03:55:13 +0000
commit55ecebbe93d0964d69daf99791347df8d121855e (patch)
treeb766d188dac1fbfe33acaf4bc81baa051637b670 /include/stdlib.h
parent8c07cfa5a0bf88b722935c8702f3974f9f728886 (diff)
downloadFreeBSD-src-55ecebbe93d0964d69daf99791347df8d121855e.zip
FreeBSD-src-55ecebbe93d0964d69daf99791347df8d121855e.tar.gz
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.
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index f94e7ab..0ae6b18 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);
OpenPOWER on IntegriCloud