Skip to content

Commit

Permalink
forgot to add fprintf in list
Browse files Browse the repository at this point in the history
  • Loading branch information
helly25 committed Nov 11, 2002
1 parent aec6258 commit b94a769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.STREAMS
Original file line number Diff line number Diff line change
Expand Up @@ -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
===============
Expand Down

0 comments on commit b94a769

Please sign in to comment.