From b94a7690365dbb87b2113cf2191b8a9c80346a18 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 11 Nov 2002 18:05:22 +0000 Subject: [PATCH] forgot to add fprintf in list --- README.STREAMS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.STREAMS b/README.STREAMS index 1329dad6d4f88..16108cc822479 100644 --- a/README.STREAMS +++ b/README.STREAMS @@ -39,7 +39,7 @@ PHPAPI int php_stream_seek(php_stream * stream, off_t offset, int whence); PHPAPI off_t php_stream_tell(php_stream * stream); These (should) behave in the same way as the ANSI stdio functions with similar -names: fread, fwrite, feof, fgetc, fgets, fclose, fflush, fseek, ftell. +names: fread, fwrite, fprintf, feof, fgetc, fgets, fclose, fflush, fseek, ftell. Opening Streams ===============