({
int _ret;
ret = (x) << 1;
ret;
})

int twice(int c)
{
return TWICE(c);
}

相关文章: