The OpenD Programming Language

TellProc

A function with same signature and semantics than ftell. Tells where we are in the file. -1 if error. Note: c_long offsets in gamut can always be cast to int without loss.

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

Meta