SPRINTF(3) Library Functions Manual SPRINTF(3)
NAME
sprintf snprintf
— print formatted output
SYNOPSIS
#include <stdio.h> int snprintf(char *s, size_t n, const char *format, /* args */ ...); int sprintf(char *s, const char *format, ...);
DESCRIPTION
Refer to fprintf(3) .
DERIVATION
Derived from Issue 1 of the SVID.
February 1997 posix.fail