From 9a6acafd0421478533073a45476923e153489d4e Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 17 Nov 2015 11:53:00 -0600 Subject: Add rpmatch(3) 2015-11-17 Yaakov Selkowitz * libc/include/stdlib.h (rpmatch): Declare. * libc/stdlib/Makefile.am (ELIX_4_SOURCES): Add rpmatch.c. (CHEWOUT_FILES): Add rpmatch.def. * libc/stdlib/Makefile.in: Regenerate. * libc/stdlib/rpmatch.c: New file. * libc/stdlib/stdlib.tex: Add references to rpmatch. --- newlib/libc/stdlib/stdlib.tex | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'newlib/libc/stdlib/stdlib.tex') diff --git a/newlib/libc/stdlib/stdlib.tex b/newlib/libc/stdlib/stdlib.tex index fdd495e..ef09867 100644 --- a/newlib/libc/stdlib/stdlib.tex +++ b/newlib/libc/stdlib/stdlib.tex @@ -39,6 +39,7 @@ The corresponding declarations are in the header file @file{stdlib.h}. * qsort:: Array sort * rand:: Pseudo-random numbers * rand48:: Uniformly distributed pseudo-random numbers +* rpmatch:: Determine whether response is affirmative or negative * strtod:: String to double or float * strtol:: String to long * strtoll:: String to long long @@ -156,6 +157,9 @@ The corresponding declarations are in the header file @file{stdlib.h}. @include stdlib/rand48.def @page +@include stdlib/rmpatch.def + +@page @include stdlib/strtod.def @page -- cgit v1.1