diff options
Diffstat (limited to 'crypt.h')
-rw-r--r-- | crypt.h | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +#ifndef CRYPT_H +#define CRYPT_H + +#define _XOPEN_SOURCE +#include <ctype.h> +#include <stdio.h> +#include <stdlib.h> +#include <unistd.h> + +#endif + |