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.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/common.h (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h new file mode 100644 index 0000000..6c1d0a4 --- /dev/null +++ b/src/common.h @@ -0,0 +1,6 @@ +#ifndef _FOOBAR_SRC_COMMON_H +#define _FOOBAR_SRC_COMMON_H + +int foobar_internal(int a, int b); + +#endif -- cgit v1.2.3