Extracted from Pike v7.3 release 14 at 2002-02-15.
pike.roxen.com
[Top]
Stdio
Stdio.FILE

Method Stdio.FILE()->ungets()


Method ungets

void Stdio.FILE()->ungets(string s)

Description

This function puts a string back in the input buffer. The string can then be read with eg read(), Stdio.FILE.gets or Stdio.FILE.getchar.

See also

read(), Stdio.FILE.gets, Stdio.FILE.getchar