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