Include dependency graph for io.c:

Go to the source code of this file.
Functions | |
| int | puts (const char *str) |
| int | putnchars (const char *buf, size_t count) |
| int | putstr (const char *str) |
| int | putchar (int c) |
| int | getchar (void) |
Variables | |
| static char | nl = '\n' |
Definition in file io.c.
1.4.6