fungetc

Syntax

native fungetc(file, data);

Usage

file
Handle to the file
data
Character to unget

Description

Ungets character from file.

Return

On success, the character put back is returned, -1 otherwise