next up previous contents index
Next: sprintf Up: Formatted output conversion Previous: Formatted output conversion

printf

   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.



Lionel Fournigault
Fri Nov 6 17:00:30 MET 1998