blob: 8aea7fd61d18124743386aef32517e92f98d7d0a [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
Zesstrad59c3892019-11-28 20:53:39 +01002 void printf(string format, ...)
MG Mud User88f12472016-06-24 23:31:02 +02003
Zesstra715ec202025-07-09 22:18:31 +02004DESCRIPTION
5 A cross between sprintf() and write(). Returns void and prints
6 the result string to the user.
MG Mud User88f12472016-06-24 23:31:02 +02007
Zesstra715ec202025-07-09 22:18:31 +02008SEE ALSO
MG Mud User88f12472016-06-24 23:31:02 +02009 sprintf(E), write(E), terminal_colour(E)