Extracted from Pike v7.6 release 13 at 2006-10-17.
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()