aboutsummaryrefslogblamecommitdiff
path: root/crypt.h
blob: 2b8145d77a25fd013a6900077a0bea1634be8c0c (plain) (tree)
1
2
3
4
5
6
7
8





                     

                                     
#define _XOPEN_SOURCE
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>

#define OPTSTRING "h"
#define USAGE "USAGE: crypt KEY SALT"