sprintf |
Discworld driver help |
sprintf |
Name
sprintf() - formatted output conversion
Synopsis
string sprintf( string format, ... );
Description
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.