ICI Modules: misc: unget Modules by name : by type Synopsis int = ungetc(string [, file]) Description Pushes the first character of the given string back onto the input stream for the given file or onto stdin if no file is specified.
int = ungetc(string [, file])
Pushes the first character of the given string back onto the input stream for the given file or onto stdin if no file is specified.