[Top]
Stdio
Stdio.FILE
|
Method Stdio.FILE()->ungets()
- Method
ungets
void Stdio.FILE()->ungets(string s)
- Description
-
This function puts a string back in the input buffer. The string
can then be read with eg read(), Stdio.FILE.gets or Stdio.FILE.getchar.
- See also
read(), Stdio.FILE.gets, Stdio.FILE.getchar
|