Include dependency graph for stream.h:

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

Go to the source code of this file.
Defines | |
| #define | EMFILE -17 |
Typedefs | |
| typedef int | fd_t |
| typedef ssize_t(* | pwritefn_t )(void *, const void *, size_t) |
| typedef ssize_t(* | preadfn_t )(void *, void *, size_t) |
Functions | |
| fd_t | open (const char *fname, int flags) |
| int | get_fd_phone (int fd) |
Definition in file stream.h.
1.4.6