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