feof

Syntax

native feof(file);

Usage

file
Handle to the file

Description

Tests if the end of file has been reached.

Return

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