0
0
bleve/analysis/tokenizers/cld2/cld2_tokenizer.h

11 lines
137 B
C

#ifdef __cplusplus
extern "C" {
#endif
const char* DetectLang(const char *buffer);
#ifdef __cplusplus
} /* extern "C" */
#endif