diff options
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 |