#include "string_utils.h" bool add_ngrams(cstring_array *grams, size_t n, char *str, size_t len, bool prefix, bool suffix);