Searched refs:yearCount (Results 1 – 2 of 2) sorted by relevance
68 const unsigned yearCount = sizeof(years) / sizeof(years[0]); in find1() local69 int* location = find((int*)years, (int*)years + yearCount, 1972); in find1()