I have the following code in C
int bitIndex = hash_str(input, i);
hash_str is just a function that I call. input is a p
hash_str
input