rosenrot/plugins/readability/readability.h
NunoSempere 9113aac957 some code simplification
- don't have main and "setup" as two separate functions
- declare all global variables at the same time
2024-02-11 13:52:38 +01:00

9 lines
125 B
C

#ifndef READABILITY
#define READABILITY
#define READABILITY_N 88067 + 1000
void read_readability_js(char* string);
#endif