summaryrefslogtreecommitdiffstats
path: root/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'project.h')
-rw-r--r--project.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/project.h b/project.h
new file mode 100644
index 0000000..9492bac
--- /dev/null
+++ b/project.h
@@ -0,0 +1,13 @@
+#include <stdio.h>
+#include <stdint.h>
+#include <inttypes.h>
+#include <stdlib.h>
+#include <time.h>
+#include <sys/time.h>
+#include <string.h>
+#include <strings.h>
+
+
+#include "time_fn.h"
+
+#include "prototypes.h"