native

fgetc

Syntax

native fgetc(file);

Description

Gets character from file.

Parameters

file Handle to the file

Return

Character read on success, -1 otherwise