diff options
Diffstat (limited to 'src/common.c')
| -rw-r--r-- | src/common.c | 10 |
1 files changed, 10 insertions, 0 deletions
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; +} |
