#ifndef __test_utils_H__
#define __test_utils_H__
long get_num_unique_elems(const long array[], const long array_size);
#endif // __test_utils_H__