Files
forge-steel/src/arr.h
T
2025-09-29 22:52:32 +02:00

10 lines
213 B
C

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