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

Method Stdio.FILE()->ungets()


Method ungets

void 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