aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/lib/ducc.h
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-05-03 17:29:12 +0900
committernsfisis <nsfisis@gmail.com>2026-05-03 18:42:58 +0900
commit3654ce578e6fff53950874adf7e0e4ae0a6eb956 (patch)
tree5b6c04273de38dba70b7c25e55da144f5f7c37da /src/lib/ducc.h
parent1b406b13b03055d2b2d08e8279a4a80c41ca7c20 (diff)
downloadducc-main.tar.gz
ducc-main.tar.zst
ducc-main.zip
refactor: organize directory structureHEADmain
Diffstat (limited to 'src/lib/ducc.h')
-rw-r--r--src/lib/ducc.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/lib/ducc.h b/src/lib/ducc.h
new file mode 100644
index 0000000..31ee977
--- /dev/null
+++ b/src/lib/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