The sprintf function

Name

sprintf -- 

Synopsis

#include <stdio.h>

int sprintf (char *s, const char *format, ... );

Description

The sprintf function is supported as specified in ANSI C 7.9.6.5.

Returns

The sprintf function returns the number of characters printed.