aboutsummaryrefslogblamecommitdiffstats
path: root/common.h
blob: b0cbd631aa02278df9156d97aac60d2d3a077456 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"