Extracted from Pike v7.4 release 117 at 2005-08-23.
pike.ida.liu.se
[Top]
predef::
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() , gets() or getchar() .

See also

read() , gets() , getchar()