aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ducc.h
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-09-27 20:29:43 +0900
committernsfisis <nsfisis@gmail.com>2025-09-27 20:29:43 +0900
commit86ae353d6267387bf216d5fd760a7ced7bced402 (patch)
tree7a2bfa1d40a6b5fd2aa366ca5a8f32837a8477ab /src/ducc.h
parent1c270ba5e27f126a251b5591cfac4243ba3c75f7 (diff)
downloadducc-86ae353d6267387bf216d5fd760a7ced7bced402.tar.gz
ducc-86ae353d6267387bf216d5fd760a7ced7bced402.tar.zst
ducc-86ae353d6267387bf216d5fd760a7ced7bced402.zip
refactor: add src/ducc.h
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