Include dependency graph for unistd.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | NULL 0 |
#define | getpagesize() (PAGE_SIZE) |
Functions | |
ssize_t | write (int fd, const void *buf, size_t count) |
ssize_t | read (int fd, void *buf, size_t count) |
void | _exit (int status) |
void * | sbrk (ssize_t incr) |
void | usleep (unsigned long usec) |
Definition in file unistd.h.