Signature
native fungetc(file, data);
Description
Ungets character from file.
Parameters
- file — Handle to the file
- data — Character to unget
Returns
On success, the character put back is returned, -1 otherwise