Current section
Files
Jump to
Current section
Files
c_src/gen/english.h
/* This file was generated automatically by the Snowball to ANSI C compiler */
#ifdef __cplusplus
extern "C" {
#endif
extern struct SN_env * english_create_env(void);
extern void english_close_env(struct SN_env * z);
extern int english_stem(struct SN_env * z);
#define english_varY_found (B[0])
#define english_varp2 (I[1])
#define english_varp1 (I[0])
#ifdef __cplusplus
}
#endif