22 static int set_max(
int *which,
int new_max)
24 if (2 > new_max || new_max >
MAXCARD)
32 return set_max(&(t->
nodecard), new_max);
36 return set_max(&(t->
leafcard), new_max);
int RTreeGetLeafMax(struct RTree *t)
int RTreeGetNodeMax(struct RTree *t)
int RTreeSetLeafMax(int new_max, struct RTree *t)
int RTreeSetNodeMax(int new_max, struct RTree *t)