I have this C++ function:
#include typedef unsigned long long Word; bool fun(Word *lhs, const Word *rhs, size_t s) { bool changed = false;