From 94d2ec943df855e7f156b3ca09c89461e86b2cea Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 1 Oct 2019 20:13:13 -0400 Subject: initial commit --- src/getconf.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/getconf.c (limited to 'src/getconf.c') diff --git a/src/getconf.c b/src/getconf.c new file mode 100644 index 0000000..411cc1b --- /dev/null +++ b/src/getconf.c @@ -0,0 +1,2 @@ +#define main getconf_main +#include "../getconf/getconf.c" -- cgit v1.2.1