Made the interface a bit more sane.
authorNot Zed <notzed@gmail.com>
Sat, 9 May 2020 22:51:14 +0000 (08:21 +0930)
committerNot Zed <notzed@gmail.com>
Sat, 9 May 2020 22:51:14 +0000 (08:21 +0930)
commit432bbb4e4a356c932af22f146e3ba2fb763059e4
tree80fe71b6788bb9979b2f9fdcb8898a4d61ec3247
parente90125f01e582e17532248aa9bf680f8950a0b45
Made the interface a bit more sane.
 init takes and saves the comparator
 scan_init renamed to scan_init_key and takes scan direction
 scan_init simpler default interface for full scans
 scan_next goes in the natural scan direction
 scan_prev added to go in the opposite
ez-tree.c
ez-tree.h
test-tree.c