> By the way, how you can find > mem(*(kw+25*4), "16X") // dumps entry for 'in' > ?
I read khash and computed the hash for "in",
which was the string you found earlier using
strcmp. It is ('i'*1+'n'*2)%30 == 25.
Russ
> By the way, how you can find > mem(*(kw+25*4), "16X") // dumps entry for 'in' > ?
I read khash and computed the hash for "in",
which was the string you found earlier using
strcmp. It is ('i'*1+'n'*2)%30 == 25.
Russ