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

                   

                                     
 
                   
                        
#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);