function

ungetchar . files . sncode

VERSIONlatest Un-Get a character

UNGETCHAR

NAME

ungetchar - Un-Get a character

SYNOPSIS

ungetchar(file_descriptor, string)

ungetchar(file:file_descriptor,chars:string)

DESCRIPTION

This function is used to pushes  c back to stream, where it is available for subsequent read operations.  Pushed-back characters will be returned in
 reverse order; only one pushback is guaranteed.

EXAMPLES

ungetchar(ct, "c");

AUTHOR

Written by Pierre Laplante, <laplante@sednove.com>