Home
|
Search
|
D
|
Comments
Last update Sat Mar 18 23:51:29 2006
D
Language
Phobos
Comparisons
object
std
std.base64
std.boxer
std.compiler
std.conv
std.cover
std.ctype
std.date
std.demangle
std.file
std.format
std.gc
std.intrinsic
std.math
std.md5
std.mmfile
std.openrj
std.outbuffer
std.path
std.process
std.random
std.recls
std.regexp
std.socket
std.socketstream
std.stdint
std.stdio
std.cstream
std.stream
std.string
std.system
std.thread
std.uri
std.utf
std.zip
std.zlib
std.c.fenv
std.c.math
std.c.process
std.c.stdarg
std.c.stddef
std.c.stdio
std.c.stdlib
std.c.string
std.c.time
std.c.wcharh
std.windows.charset
std.windows
std.linux
std.c.windows
std.c.linux
std.stdio
Standard I/O functions that extend
std.c.
stdio
.
std.c.
stdio
is automatically imported when importing
std.
stdio
.
void
writef
(...);
Arguments are formatted per the
format strings
and written to
stdout
.
void
writefln
(...);
Same as
writef
, but a newline is appended to the output.
void
fwritef
(_iobuf *
fp
,...);
Same as
writef
, but output is sent to the stream
fp
instead of
stdout
.
void
fwritefln
(_iobuf *
fp
,...);
Same as
writefln
, but output is sent to the stream
fp
instead of
stdout
.
Copyright © 1999-2006 by Digital Mars, All Rights Reserved | Page generated by
Ddoc
.