fgetc
Syntax
native fgetc(file);
Usage
| Parameter | Description |
|---|---|
| file | Handle to the file |
Description
Gets character from file.
Return
Character read on success, -1 otherwise
native fgetc(file);
| Parameter | Description |
|---|---|
| file | Handle to the file |
Gets character from file.
Character read on success, -1 otherwise