aboutsummaryrefslogtreecommitdiff
path: root/crypt.h
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-04-19 22:48:07 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-04-19 22:48:07 +1200
commitb14d27c7118b0c7e1b4cf1e0b62f8ac544e4f7cd (patch)
tree768cde8edab68f5d6333cfb02cada99ee30b0d66 /crypt.h
parentInitial commit (diff)
downloadcrypt-b14d27c7118b0c7e1b4cf1e0b62f8ac544e4f7cd.tar.gz
crypt-b14d27c7118b0c7e1b4cf1e0b62f8ac544e4f7cd.zip
First commit
Diffstat (limited to 'crypt.h')
-rw-r--r--crypt.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/crypt.h b/crypt.h
new file mode 100644
index 0000000..7a390d7
--- /dev/null
+++ b/crypt.h
@@ -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
+