rosenrot/plugins/readability/readability.h
NunoSempere b129954d4d feat: improve compilation a bit.
- tcc -> gcc (noticeably faster compilation)
2023-04-21 19:19:11 -04:00

9 lines
125 B
C

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