gamut ~master (2022-12-30T08:14:25.7697828)
Dub
Repo
WriteProc
gamut
io
A function with same signature and semantics than
fwrite
.
extern (
C
) nothrow @
nogc
@
system
alias
WriteProc
=
size_t
function
(
const
(
void
)*
buffer
,
size_t
size
,
size_t
count
,
IOHandle
handle
)
Meta
Source
See Implementation
gamut
io
aliases
EofProc
IOHandle
ReadProc
SeekProc
TellProc
WriteProc
functions
fileIsStartingWithSignature
meof
mread
mseek
mtell
mwrite
structs
IOStream
MemoryFile
WrappedIO
variables
GAMUT_MAX_POSSIBLE_MEMORY_OFFSET
GAMUT_MAX_POSSIBLE_SIMULTANEOUS_READ
GAMUT_MAX_POSSIBLE_SIMULTANEOUS_WRITE
A function with same signature and semantics than fwrite.