startScan()
Scan startScan(Reln r) { Scan s = MemAlloc(struct ScanData); s->file = r->file; s->page = null; s->pageno = 0; s->tupno = 0; return s; }