From a3377b0606c708efdc5656532676038c28a5c444 Mon Sep 17 00:00:00 2001 From: axtloss Date: Mon, 8 Jul 2024 12:54:00 +0200 Subject: initial commit --- src/config.h | 7 +++++++ 1 file changed, 7 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..f27b17f --- /dev/null +++ b/src/config.h @@ -0,0 +1,7 @@ +struct compile_cmd_t { + char *cmd; + char *args; + char *fileext; +}; + +void get_commands(); -- cgit v1.2.3