to_integer
if (!to_integer(vp))
return (*vp->u.s == 0 || (to_integer(vp) && vp->u.i == 0));
int to_integer(struct val *);