aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sys.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys.h')
-rw-r--r--src/sys.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/sys.h b/src/sys.h
new file mode 100644
index 0000000..2527724
--- /dev/null
+++ b/src/sys.h
@@ -0,0 +1,7 @@
+#ifndef DUCC_SYS_H
+#define DUCC_SYS_H
+
+// It returns a path not including final / except for root directory.
+char* get_self_dir();
+
+#endif