3218258 ^
1 2 3 4 5 6
#ifndef HAMMING_H #define HAMMING_H size_t compute(const char *lhs, const char *rhs); #endif