Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ Language Reference - printf http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   printf

   Usage
   #include <stdio.h>
   int printf(const char *format,...);

   Description
   printf  is  the formatted print routine, it writes its  characters  to
   stdout.

   Arguments  are  interpreted according to the  zero  terminated  format
   string.  The format string is a sequence of characters  with  embedded
   conversion  commands. Characters that are not part of  the  conversion
   command  are output. For a full list of the conversion commands  refer
   to the entry for fprintf.

   Example
   See fprintf

   Return Value
   Returns the number of characters written. If an output error occurred,
   then a negative integer is returned.


See Also: fprintf scanf sprintf vprintf vsprintf vfprintf

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson