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