#include #include extern int hamming(uint64_t, uint64_t); int main(int argc, char *argv[]) { printf("%d", hamming(5, 3)); }