include.h

changeset 1
34a5e235d16e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/include.h	Mon May 23 16:43:13 2011 +0200
@@ -0,0 +1,10 @@
+#ifndef INCLUDE_H
+#define INCLUDE_H
+
+#include <stdio.h>
+#include <string.h>
+#include <stdbool.h>
+#include <stdlib.h>
+#include <dirent.h>
+
+#endif /* INCLUDE_H */

mercurial