int myfirstmacro(int value){ int ret =42; ret += value; return ret; }