7 lines
128 B
C
7 lines
128 B
C
#ifndef LIBFLINT_H_PARSING
|
|
#define LIBFLINT_H_PARSING
|
|
|
|
int simple_english_scoring(const char *s);
|
|
|
|
#endif // LIBFLINT_H_PARSING
|