@@ -0,0 +1,8 @@
#include "types.h"
#ifndef ARR_H
#define ARR_H
unsigned int arr_uint_index_of(UintArray array, unsigned int value);
#endif /* ARR_H */
The note is not visible to the blocked user.