diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-11-20 01:42:35 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-11-20 01:42:35 +0000 |
commit | 0f0fcb042a8e8a80433d7b372cf5a1a3b603d55f (patch) | |
tree | 56183de69337ea168d6583de6d282a1e0489586f /newlib/libc/stdio/stdio.tex | |
parent | 225699ae46a8b4089f9c18ecdcbc0353d48d6781 (diff) | |
download | cygnal-0f0fcb042a8e8a80433d7b372cf5a1a3b603d55f.tar.gz cygnal-0f0fcb042a8e8a80433d7b372cf5a1a3b603d55f.tar.bz2 cygnal-0f0fcb042a8e8a80433d7b372cf5a1a3b603d55f.zip |
2004-11-19 Shaun Jackman <sjackman@gmail.com>
* libc/include/stdio.h: Add sniprintf.
* libc/stdio/Makefile.am: Add sniprintf.c.
* libc/stdio/Makefile.in: Regenerated.
* libc/stdio/sniprintf.c: New file.
* libc/stdio/stdio.tex: Add sniprintf.
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 |