ppc v0.3.0 (2019-11-23T19:38:15Z)
Dub
Repo
MemFile.seek
ppc
backend
cfile
MemFile
MemFile implementation of C fseek.
struct
MemFile
static extern (
C
) nothrow
int
seek
(
void
*
fileStream
,
int64_t
offset
,
int
whence
)
Meta
Source
See Implementation
ppc
backend
cfile
MemFile
constructors
this
functions
toArray
static functions
close
read
seek
tell
write
variables
arrayptr
length
readhead
MemFile implementation of C fseek.