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>2004-11-20 04:42:35 +0300
committerJeff Johnston <jjohnstn@redhat.com>2004-11-20 04:42:35 +0300
commit0f0fcb042a8e8a80433d7b372cf5a1a3b603d55f (patch)
tree56183de69337ea168d6583de6d282a1e0489586f /newlib/libc/stdio/stdio.tex
parent225699ae46a8b4089f9c18ecdcbc0353d48d6781 (diff)
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.tex6
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