blob: 69369e295b9a32a0a829793e354a0f579792ede4 (
plain)
1
2
3
4
5
6
7
|
/* This file was generated automatically by the Snowball to ANSI C compiler */
extern struct SN_env *russian_create_env(void);
extern void russian_close_env(struct SN_env * z);
extern int russian_stem(struct SN_env * z);
|