.\"formatted output conversion
.DT
sprintf
$MUDNAME$ driver help
sprintf

.SH Name
.SI 5
sprintf() - formatted output conversion
.EI

.SH Synopsis
.SI 5
string sprintf( string format, ... );
.EI

.SH Description
.SP 5 5
sprintf() behaves exactly like printf(), but it returns the formatted string
instead of writing it to the user.  See the printf() manual page for the
formats that are possible.
.EP

.SH See also
.SI 5
printf(), sscanf()
.EI
