int sprintf( char *s, const char *format [, arg1, arg2, ...] )

	- prototype in stdio.h

	- prints formatted data into string s


	- see	PRINTF SPEC  for format specifiers