From 8465c253c561c08bfaa6f75b29b9798619bf7be3 Mon Sep 17 00:00:00 2001 From: Namilsk Date: Sat, 13 Sep 2025 17:57:02 +0300 Subject: Implemented args: -i -d --- src/config.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/config.h (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h new file mode 100644 index 0000000..cafea73 --- /dev/null +++ b/src/config.h @@ -0,0 +1,4 @@ +#include + +void parse_config(char path[]); + -- cgit v1.2.3