native

feof

Syntax

native feof(file);

Description

Tests if the end of file has been reached.

Parameters

file Handle to the file

Return

1 if end of file has been reached, 0 otherwise.