diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2005-10-11 23:59:32 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2005-10-11 23:59:32 +0000 |
commit | 339195bf127d273d8acc8a1e6eacc0261c3056f8 (patch) | |
tree | 7fa79809f99f36a7d7c698922704d7f79ef85d74 /newlib/libc/stdio/stdio.tex | |
parent | da71e51811022b21354b3d833191c4eeba5b43a7 (diff) | |
download | cygnal-339195bf127d273d8acc8a1e6eacc0261c3056f8.tar.gz cygnal-339195bf127d273d8acc8a1e6eacc0261c3056f8.tar.bz2 cygnal-339195bf127d273d8acc8a1e6eacc0261c3056f8.zip |
2005-10-11 Shaun Jackman <sjackman@gmail.com>
* libc/include/stdio.h (dprintf): New declaration.
(vdprintf): Ditto.
* libc/stdio/Makefile.am (GENERAL_SOURCES): Add dprintf.c
and vdprintf.c.
* libc/stdio/Makefile.in: Regenerate.
* libc/stdio/dprintf.c: New file.
* libc/stdio/vdprintf.c: New file.
* libc/stdio/stdio.tex (dprintf): New entry.
Diffstat (limited to 'newlib/libc/stdio/stdio.tex')
-rw-r--r-- | newlib/libc/stdio/stdio.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/stdio/stdio.tex b/newlib/libc/stdio/stdio.tex index 67be50374..9c2ca0f5d 100644 --- a/newlib/libc/stdio/stdio.tex +++ b/newlib/libc/stdio/stdio.tex @@ -25,6 +25,7 @@ structure. @menu * clearerr:: Clear file or stream error indicator +* dprintf:: Print to a file descriptor * fclose:: Close a file * fcloseall:: Close all files * feof:: Test for end of file @@ -83,6 +84,9 @@ structure. @include stdio/clearerr.def @page +@include stdio/dprintf.def + +@page @include stdio/fclose.def @page |