From 06ec4982b1d3be9582d1be8cc93f7285ca948a05 Mon Sep 17 00:00:00 2001 From: maddaat Date: Fri, 10 Apr 2026 18:20:08 +0400 Subject: Initial commit --- src/common.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/common.c (limited to 'src/common.c') diff --git a/src/common.c b/src/common.c new file mode 100644 index 0000000..0a5c687 --- /dev/null +++ b/src/common.c @@ -0,0 +1,10 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + +#include "common.h" + +int foobar_internal(const int a, const int b) +{ + return a + b; +} -- cgit v1.2.3