fgetc

Syntax

native fgetc(file);

Usage

file
Handle to the file

Description

Gets character from file.

Return

Character read on success, -1 otherwise