diff options
Diffstat (limited to '')
-rw-r--r-- | common.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/common.h b/common.h new file mode 100644 index 0000000..b0cbd63 --- /dev/null +++ b/common.h @@ -0,0 +1,14 @@ +/* See LICENSE file for copyright and license details. */ +#include <ctype.h> +#include <errno.h> +#include <fcntl.h> +#include <limits.h> +#include <stdio.h> +#include <stdlib.h> +#include <string.h> +#include <strings.h> +#include <unistd.h> + +#include <libblake.h> + +#include "arg.h" |