The OpenD Programming Language

EofProc

A function with same signature and semantics than feof. From Linux man: "The function feof() tests the end-of-file indicator for the stream pointed to by stream, returning nonzero if it is set."

import gamut.io;
extern (C) nothrow @nogc @system
alias EofProc = int function

Meta