summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdlib/stdlib.tex
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2015-06-23 14:10:14 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2015-06-24 12:23:55 +0100
commita4dd7dd87c886e66be679f19bc8cab8ce9ca70d1 (patch)
tree201b77c4f2ac1385b6ec93d8d845f839bd74af93 /newlib/libc/stdlib/stdlib.tex
parent433aad912d9e324b137b8ff991bcdba3b5f5ea7f (diff)
downloadcygnal-a4dd7dd87c886e66be679f19bc8cab8ce9ca70d1.tar.gz
cygnal-a4dd7dd87c886e66be679f19bc8cab8ce9ca70d1.tar.bz2
cygnal-a4dd7dd87c886e66be679f19bc8cab8ce9ca70d1.zip
Use makedoc output files which are generated but aren't included
I think these are accidental omissions, as these source files are listed to be chewed by makedoc, but the result is not included by any texinfo source file. Future work: Nothing in libc/reent/ which is processed by makedoc is included by reent.tex 2015-06-23 Jon Turney <jon.turney@dronecode.org.uk> * libc/stdlib/stdlib.tex: Include itoa and utoa, and add to menu. * libc/string/strings.tex: Include memrchr and rawmemchr, and add to menu. * libm/math/math.tex: Include exp10 and pow10, and add to menu. * libm/common/s_exp10.c: Improve one-line description. * libm/common/s_exp10.c: Ditto. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'newlib/libc/stdlib/stdlib.tex')
-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 7ec63f15a..fdd495e5d 100644
--- a/newlib/libc/stdlib/stdlib.tex
+++ b/newlib/libc/stdlib/stdlib.tex
@@ -23,6 +23,7 @@ The corresponding declarations are in the header file @file{stdlib.h}.
* gcvt:: Format double or float as string
* exit:: End program execution
* getenv:: Look up environment variable
+* itoa:: Integer to string
* labs:: Long integer absolute value (magnitude)
* ldiv:: Divide two long integers
* llabs:: Long long integer absolute value (magnitude)
@@ -50,6 +51,7 @@ The corresponding declarations are in the header file @file{stdlib.h}.
* wcstoul:: Wide string to unsigned long
* wcstoull:: Wide string to unsigned long long
* system:: Execute command string
+* utoa:: Unsigned integer to string
* wcstombs:: Minimal wide string to multibyte string converter
* wctomb:: Minimal wide character to multibyte converter
@end menu
@@ -106,6 +108,9 @@ The corresponding declarations are in the header file @file{stdlib.h}.
@include stdlib/getenv.def
@page
+@include stdlib/itoa.def
+
+@page
@include stdlib/labs.def
@page
@@ -187,6 +192,9 @@ The corresponding declarations are in the header file @file{stdlib.h}.
@include stdlib/system.def
@page
+@include stdlib/utoa.def
+
+@page
@include stdlib/wcstombs.def
@page