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