blob: 7dc26d45c82d5d6c803ff1e85b28d780b9b5b2ad (
plain)
1
2
3
4
5
6
7
8
|
/* 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);
|