epoll - example of how to use epoll API
epoll [OPTIONS]
epoll(1) is a good template to begin with a new CLI in C, based on a basic skeleton using epoll(2) API as polling loop.
-t or --timeout SECOND Set time-out in seconds [default=-1].
-D or --debug Turn on debug messages.
-h or --help Display this message.
-V or --version Display the version.
Exits success if command-line is valid; exits failure otherwise.
See epoll.c.
Written by Gaël PORTAY gael.portay@gmail.com
Copyright (c) 2015-2017 Gaël PORTAY
This program is free software: you can redistribute it and/or modify it under the terms of the MIT License.