4 lines
125 B
C
4 lines
125 B
C
#include "string_utils.h"
|
|
|
|
bool add_ngrams(cstring_array *grams, size_t n, char *str, size_t len, bool prefix, bool suffix);
|