39
39
#include <stdlib.h> /* EXIT_SUCCESS, EXIT_FAILURE,
41
41
#include <stdio.h> /* fprintf(), stderr, getline(),
42
stdin, feof(), perror(), fputc()
44
44
#include <errno.h> /* errno, EBADF, ENOTTY, EINVAL,
45
45
EFAULT, EFBIG, EIO, ENOSPC, EINTR
47
48
#include <iso646.h> /* or, not */
48
49
#include <stdbool.h> /* bool, false, true */
49
#include <string.h> /* strlen, rindex, strncmp, strcmp */
50
51
#include <argp.h> /* struct argp_option, struct