The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
WriteProc
gamut
io
A function with same signature and semantics than
fwrite
.
import gamut.io;
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
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.