rosenrot/plugins/readability/readability.h

9 lines
118 B
C
Raw Normal View History

#ifndef READABILITY
#define READABILITY
2022-12-15 20:44:53 +00:00
#define READABILITY_N 83768
void read_readability_js(char* string);
#endif