Include dependency graph for stdio.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | EOF (-1) |
| #define | fprintf(f, fmt,) printf(fmt, ##__VA_ARGS__) |
Functions | |
| int | getchar (void) |
| int | puts (const char *str) |
| int | putchar (int c) |
| int | printf (const char *fmt,...) |
| int | sprintf (char *str, const char *fmt,...) |
| int | snprintf (char *str, size_t size, const char *fmt,...) |
| int | vprintf (const char *fmt, va_list ap) |
| int | vsprintf (char *str, const char *fmt, va_list ap) |
| int | vsnprintf (char *str, size_t size, const char *fmt, va_list ap) |
Definition in file stdio.h.
1.4.6