summaryrefslogtreecommitdiffstats
path: root/project.h
diff options
context:
space:
mode:
authorfishsoupisgood <github@madingley.org>2019-02-26 10:56:52 +0000
committerfishsoupisgood <github@madingley.org>2019-02-26 10:56:52 +0000
commit9b0002fc40f4d8b97cf2064910a9ded467f29276 (patch)
tree637a1cc1dd9c21c8f486dbe03db6a830ebbe768c /project.h
downloadgen_msf-9b0002fc40f4d8b97cf2064910a9ded467f29276.tar.gz
gen_msf-9b0002fc40f4d8b97cf2064910a9ded467f29276.tar.bz2
gen_msf-9b0002fc40f4d8b97cf2064910a9ded467f29276.zip
fish
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"