Gitiles
Code Review
Sign In
gerrit.morgengrauen.info
/
mudlib-public
/
715ec20bc9b372dda303b3457958a2746cb75c52
/
.
/
doc
/
efun
/
printf
blob: 8aea7fd61d18124743386aef32517e92f98d7d0a [
file
] [
log
] [
blame
]
SYNOPSIS
void
printf
(
string
format
,
...)
DESCRIPTION
A cross between sprintf
()
and
write
().
Returns
void
and
prints
the result
string
to the user
.
SEE ALSO
sprintf
(
E
),
write
(
E
),
terminal_colour
(
E
)