Current section

Files

Jump to
ewe include ewe_File.hrl
Raw

include/ewe_File.hrl

-record(file, {
descriptor :: ewe@internal@file:io_device(),
offset :: integer(),
size :: integer()
}).