rosenrot/plugins/readability/readability.h
2023-03-28 11:19:11 -06:00

9 lines
125 B
C

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