#ifndef LEVENSHTEIN_H #define LEVENSHTEIN_H #include size_t levenshtein(const char *s1, const char *s2); #endif /* !LEVENSHTEIN_H */