#include "callingc.h" int add_numbers(int a, int b) { return 2*a+b; }