blob: 2b714e059bcdf91d2d90ce85dac456b9133829bd [file] [log] [blame]
f (int *s, int *t)
{
return (t - s) / 2;
}