hFILE

The fields of this structure are declared here solely for the benefit of the hFILE-related inline functions. They may change in future releases. User code should not use them directly; you should imagine that hFILE is an opaque incomplete type.

Members

Variables

backend
const(hFILE_backend)* backend;

internal

begin
char* begin;

?

buffer
char* buffer;

?

end
char* end;

?

has_errno
int has_errno;

zero or actual errno

limit
char* limit;

?

offset
off_t offset;

file offset

Meta