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:
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