|
Linux Kernel
3.7.1
|
#include <unistd.h>#include <stdbool.h>#include <stdio.h>#include <errno.h>#include <string.h>#include <poll.h>#include <fcntl.h>#include <sys/ioctl.h>#include "iio_utils.h"#include <linux/iio/events.h>Go to the source code of this file.
Macros | |
| #define | _GNU_SOURCE |
Functions | |
| int | main (int argc, char **argv) |
| #define _GNU_SOURCE |
Definition at line 19 of file iio_event_monitor.c.
Definition at line 186 of file iio_event_monitor.c.
1.8.2