#ifndef HAMMING_H #define HAMMING_H size_t compute(const char *lhs, const char *rhs); #endif