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