extern const unsigned int arr[]; int lookup_arr(int i) { return arr[i]; }