Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
Stdio
Stdio.FILE

Method Stdio.FILE()->unread()


Method unread

void unread(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() , ungets()