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
native
native fungetc(file, data);
Ungets character from file.
| file | Handle to the file |
|---|---|
| data | Character to unget |
On success, the character put back is returned, -1 otherwise