summary refs log tree commit diff stats
path: root/c/hamming/src/hamming.h
blob: 18a1911012133834d11ac4d2557350bfb9ee4fd3 (plain) (blame)
1
2
3
4
5
6
#ifndef HAMMING_H
#define HAMMING_H

size_t compute(const char *lhs, const char *rhs);

#endif