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