comparison doc/interpreter/io.txi @ 11142:3450551f591e

new function, is_valid_file_id
author John W. Eaton <jwe@octave.org>
date Sat, 23 Oct 2010 01:50:14 -0400
parents 322f43e0e170
children a81994607ca0
comparison
equal deleted inserted replaced
11141:224c80da37c5 11142:3450551f591e
318 318
319 @DOCSTRING(fopen) 319 @DOCSTRING(fopen)
320 320
321 @DOCSTRING(fclose) 321 @DOCSTRING(fclose)
322 322
323 @DOCSTRING(is_valid_file_id)
324
323 @node Simple Output 325 @node Simple Output
324 @subsection Simple Output 326 @subsection Simple Output
325 327
326 Once a file has been opened for writing a string can be written to the 328 Once a file has been opened for writing a string can be written to the
327 file using the @code{fputs} function. The following example shows 329 file using the @code{fputs} function. The following example shows