Extracted from Pike v7.6 release 61 at 2005-12-30.
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() , gets() or getchar() .

Note

The string must not contain line-feeds.

See also

read() , gets() , getchar()