aboutsummaryrefslogtreecommitdiff
path: root/crypt.h
blob: 2511a15a64ed6093dfc2cb5cb3d755df3bafa132 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef CRYPT_H
#define CRYPT_H

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

#endif