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
 
48
47
#include <iso646.h>             /* or, not */
 
49
48
#include <stdbool.h>            /* bool, false, true */
 
 
49
#include <string.h>             /* strlen, rindex, strncmp, strcmp */
 
51
50
#include <argp.h>               /* struct argp_option, struct