GDN:printf

From LibrePlanet
Revision as of 12:47, 28 October 2013 by Dgumberg (talk | contribs) (Created page with "{{Infobox Function | header = stdio.h | since = C90 }} The printf function prints the optional arguments under the control of the template string template to the stre...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


The printf function prints the optional arguments under the control of the template string template to the stream stdout. It returns the number of characters printed, or a negative value if there was an output error.

GDN:printf
Header stdio.h
Supported Since C90