From 36da139565202a9a39d1e4261ab8bf950041518b Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 24 Aug 2025 23:55:22 +0900 Subject: feat: separate compilation --- src/sys.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/sys.h (limited to 'src/sys.h') 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 -- cgit v1.2.3-70-g09d2