Extracted from Pike v7.4 release 341 at 2005-11-21.
pike.ida.liu.se
[Top]
predef::
Stdio
Stdio.FILE

Method Stdio.FILE()->gets()


Method gets

string gets()

Description

Read one line of input with support for input conversion.

Returns

This function returns the line read if successful, and 0 if no more lines are available.

See also

ngets() , read() , line_iterator() , set_charset()