1#ifndef CPP_UTILITIES_LEVENSHTEIN_H
2#define CPP_UTILITIES_LEVENSHTEIN_H
#define CPP_UTILITIES_EXPORT
Marks the symbol to be exported by the c++utilities library.
Contains all utilities provides by the c++utilities library.
CPP_UTILITIES_EXPORT std::size_t computeDamerauLevenshteinDistance(const char *str1, std::size_t size1, const char *str2, std::size_t size2)