Copyright Digital Equipment Corp. All rights reserved.
Performs formatted output to a string in memory.
Format
#include <stdio.h>
int sprintf (char *str, const char *format_spec, . . . );
Arguments Description Return_Values