diff options
Diffstat (limited to 'newlib/libc/stdio/stdio.tex')
-rw-r--r-- | newlib/libc/stdio/stdio.tex | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/newlib/libc/stdio/stdio.tex b/newlib/libc/stdio/stdio.tex index 728831cd5..f5f092f2e 100644 --- a/newlib/libc/stdio/stdio.tex +++ b/newlib/libc/stdio/stdio.tex @@ -69,7 +69,8 @@ structure. * setbuffer:: Specify full buffering for a file or stream with size * setlinebuf:: Specify line buffering for a file or stream * setvbuf:: Specify buffering for a file or stream -* siprintf:: Write formatted output (integer only) +* siprintf:: Write formatted output to string (integer only) +* sniprintf:: Write formatted output to string up to max size (integer only) * printf:: Write formatted output * scanf:: Scan and format input * tmpfile:: Create a temporary file @@ -217,6 +218,9 @@ structure. @include stdio/siprintf.def @page +@include stdio/sniprintf.def + +@page @include stdio/sprintf.def @page |