summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdio/stdio.tex
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdio/stdio.tex')
-rw-r--r--newlib/libc/stdio/stdio.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/stdio/stdio.tex b/newlib/libc/stdio/stdio.tex
index 28feffbcc..2088d74ed 100644
--- a/newlib/libc/stdio/stdio.tex
+++ b/newlib/libc/stdio/stdio.tex
@@ -42,6 +42,7 @@ structure.
* fmemopen:: Open a stream around a fixed-length buffer
* fopen:: Open a file
* fopencookie:: Open a stream with custom callbacks
+* fpurge:: Discard all pending I/O on a stream
* fputc:: Write a character on a stream or file
* fputs:: Write a character string in a file or stream
* fputwc:: Write a wide character to a file or stream
@@ -153,6 +154,9 @@ structure.
@include stdio/fopencookie.def
@page
+@include stdio/fpurge.def
+
+@page
@include stdio/fputc.def
@page