News

Wrote one like a month ago, actually.. /* * Returns the smallest key greater than the search key. * This is because we index by the end, not the beginning */ static int btree_bsearch(struct btree ...