ftell

Gets the current position in the stream.

extern (C) nothrow @nogc extern
ptrdiff_t
ftell

Parameters

stream FILE*

Pointer to a FILE

Return Value

Type: ptrdiff_t

0 on success.

Meta