Pike programming language

Top Stdio Stdio.FILE
➤ Stdio.FILE()->ungets() Stdio.FILE()->write() ➤

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()

Extracted from as of .