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."

extern (C) nothrow @nogc @system
alias EofProc = int function

Meta