#include "types.h" #ifndef ARR_H #define ARR_H unsigned int arr_uint_index_of(UintArray array, unsigned int value); #endif /* ARR_H */