7.19.6 Formatted input/output functions
- 7.19.6.1 The fprintf function
- 7.19.6.2 The fscanf function
- 7.19.6.3 The printf function
- 7.19.6.4 The scanf function
- 7.19.6.5 The snprintf function
- 7.19.6.6 The sprintf function
- 7.19.6.7 The sscanf function
- 7.19.6.8 The vfprintf function
- 7.19.6.9 The vfscanf function
- 7.19.6.10 The vprintf function
- 7.19.6.11 The vscanf function
- 7.19.6.12 The vsnprintf function
- 7.19.6.13 The vsprintf function
- 7.19.6.14 The vsscanf function
The formatted input/output functions shall behave as if there is a sequence point after the actions associated with each specifier.[1]
Footnotes