#ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include "common.h" int foobar(const int a, const int b) { return foobar_internal(a, b); }