MAX_HOPS
static int gap_count[MAX_HOPS + 1] = {
if ((diameter >= 0) && (diameter <= MAX_HOPS)) {
return (gap_count[MAX_HOPS]);