#include "defs.h" void func2(int arg) { int n; n=arg*2; return n; }