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