--
-- inter_sb/2
--
create or replace function inter_sb(
  lseg,
  box
) returns bool as $$
inter_sb$$ language plpgsql;