#include <stdio.h>
int sprintf (char *s, const char *format, ... );
int sprintf
The sprintf function is supported as specified in ANSI C 7.9.6.5.
The sprintf function returns the number of characters printed.