Warning | ||
---|---|---|
| ||
This section is under construction. |
The formatted IO functions fprintf()
, printf()
, sprintf()
, snprintf()
, vfprintf()
, vprintf()
, vsprintf()
, and vsnprintf()
convert, format, and print their arguments under control of a format string. Section 7.21.6.1 of the C standard [ISO/IEC 9899:2011], states:
...