From 0f0fcb042a8e8a80433d7b372cf5a1a3b603d55f Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Sat, 20 Nov 2004 01:42:35 +0000 Subject: 2004-11-19 Shaun Jackman * 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. --- newlib/libc/stdio/stdio.tex | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'newlib/libc/stdio/stdio.tex') 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 @@ -216,6 +217,9 @@ structure. @page @include stdio/siprintf.def +@page +@include stdio/sniprintf.def + @page @include stdio/sprintf.def -- cgit v1.2.3