Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2010-01-30 02:04:21 +0300
committerJeff Johnston <jjohnstn@redhat.com>2010-01-30 02:04:21 +0300
commit2d69f00e6e27f282b49cd7ff14f27b2d5ae66161 (patch)
tree4c2ef0f545810565a423c8ecf4bbc5346a38afc5 /newlib/libc/stdlib
parent54c4a926348fbef40e9467730e044235b8aa9cce (diff)
2010-01-29 Jeff Johnston <jjohnstn@redhat.com>
* libc/search/Makefile.am: Create .def files for bsearch and qsort. * libc/search/Makefile.in: Regenerated. * libc/stdlib/stdlib.tex: Add bsearch and qsort.
Diffstat (limited to 'newlib/libc/stdlib')
-rw-r--r--newlib/libc/stdlib/stdlib.tex8
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/libc/stdlib/stdlib.tex b/newlib/libc/stdlib/stdlib.tex
index b227d13e9..4f7bc59ae 100644
--- a/newlib/libc/stdlib/stdlib.tex
+++ b/newlib/libc/stdlib/stdlib.tex
@@ -14,6 +14,7 @@ The corresponding declarations are in the header file @file{stdlib.h}.
* atof:: String to double or float
* atoi:: String to integer
* atoll:: String to long long
+* bsearch:: Binary search
* calloc:: Allocate space for arrays
* div:: Divide two integers
* ecvtbuf:: Double or float to string of digits
@@ -34,6 +35,7 @@ The corresponding declarations are in the header file @file{stdlib.h}.
* mblen:: Minimal multibyte length
* mbtowc:: Minimal multibyte to wide character converter
* on_exit:: Request execution of functions at program exit
+* qsort:: Array sort
* rand:: Pseudo-random numbers
* rand48:: Uniformly distributed pseudo-random numbers
* strtod:: String to double or float
@@ -80,6 +82,9 @@ The corresponding declarations are in the header file @file{stdlib.h}.
@include stdlib/atoll.def
@page
+@include search/bsearch.def
+
+@page
@include stdlib/calloc.def
@page
@@ -137,6 +142,9 @@ The corresponding declarations are in the header file @file{stdlib.h}.
@include stdlib/on_exit.def
@page
+@include search/qsort.def
+
+@page
@include stdlib/rand.def
@page