Signature
native fgetc(file);
Description
Gets character from file.
Parameters
- file — Handle to the file
Returns
Character read on success, -1 otherwise