aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ducc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ducc.h')
-rw-r--r--src/ducc.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ducc.h b/src/ducc.h
new file mode 100644
index 0000000..31ee977
--- /dev/null
+++ b/src/ducc.h
@@ -0,0 +1,11 @@
+#ifndef DUCC_DUCC_H
+#define DUCC_DUCC_H
+
+#include <assert.h>
+#include <stdarg.h>
+#include <stddef.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
+#endif