diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2015-11-17 11:53:00 -0600 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2015-11-17 12:00:20 -0600 |
commit | 9a6acafd0421478533073a45476923e153489d4e (patch) | |
tree | 3a16392b2bd14bfd0fb2ef8e9f6c036a97a5684a /newlib/libc/stdlib/stdlib.tex | |
parent | 99590589326b5537d549cdd41ca4177ce7051d4a (diff) | |
download | newlib-9a6acafd0421478533073a45476923e153489d4e.zip newlib-9a6acafd0421478533073a45476923e153489d4e.tar.gz newlib-9a6acafd0421478533073a45476923e153489d4e.tar.bz2 |
Add rpmatch(3)
2015-11-17 Yaakov Selkowitz <yselkowi@redhat.com>
* 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.
Diffstat (limited to 'newlib/libc/stdlib/stdlib.tex')
-rw-r--r-- | newlib/libc/stdlib/stdlib.tex | 4 |
1 files changed, 4 insertions, 0 deletions
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 |