8 lines
137 B
C
8 lines
137 B
C
#include "types.h"
|
|
|
|
#ifndef ARR_H
|
|
#define ARR_H
|
|
|
|
unsigned int arr_uint_index_of(UintArray array, unsigned int value);
|
|
|
|
#endif /* ARR_H */ |