long long f(s,r)
{
  return *(long long*)(s+r);
}

g(s,r)
{
  *(long long*)(s+r)=0;
}


syntax highlighted by Code2HTML, v. 0.9.1