7.19 Input/output <stdio.h>
- 7.19.1 Introduction
- 7.19.2 Streams
- 7.19.3 Files
- 7.19.4 Operations on files
- 7.19.5 File access functions
- 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
- 7.19.7 Character input/output functions
- 7.19.7.1 The fgetc function
- 7.19.7.2 The fgets function
- 7.19.7.3 The fputc function
- 7.19.7.4 The fputs function
- 7.19.7.5 The getc function
- 7.19.7.6 The getchar function
- 7.19.7.7 The gets function
- 7.19.7.8 The putc function
- 7.19.7.9 The putchar function
- 7.19.7.10 The puts function
- 7.19.7.11 The ungetc function
- 7.19.8 Direct input/output functions
- 7.19.9 File positioning functions
- 7.19.10 Error-handling functions