Extracted from Pike v7.3 release 53 at 2002-09-10.
pike.ida.liu.se
[Top]
Stdio
Stdio.FILE

Method Stdio.FILE()->gets()


Method gets

string gets()

Description

Read one line of input.

Returns

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

See also

ngets(), read(), Stdio.FILE.line_iterator