int printf(char * format, ...)
printf places output on stdout and returns the number of output characters. The conversion characters taken into account are %diopuxXcs with associated flags and fields. Use your preferred man for more information.