native

fungetc

Syntax

native fungetc(file, data);

Description

Ungets character from file.

Parameters

file Handle to the file
data Character to unget

Return

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