diff options
Diffstat (limited to 'crypt.h')
-rw-r--r-- | crypt.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/crypt.h b/crypt.h deleted file mode 100644 index 0a25c0d..0000000 --- a/crypt.h +++ /dev/null @@ -1,9 +0,0 @@ -#define _XOPEN_SOURCE -#include <errno.h> -#include <stdio.h> -#include <stdlib.h> -#include <string.h> /* strerror(3) */ -#include <unistd.h> /* crypt(3) */ - -void error(char *); -void usage(FILE *, int); |