Repository URL to install this package:
Version:
13.18-1.pgdg120+1 ▾
|
postgresql-server-dev-13
/
usr
/
include
/
postgresql
/
13
/
server
/
snowball
/
libstemmer
/
stem_UTF_8_arabic.h
|
---|
/* This file was generated automatically by the Snowball to ISO C compiler */
/* http://snowballstem.org/ */
#ifdef __cplusplus
extern "C" {
#endif
extern struct SN_env * arabic_UTF_8_create_env(void);
extern void arabic_UTF_8_close_env(struct SN_env * z);
extern int arabic_UTF_8_stem(struct SN_env * z);
#ifdef __cplusplus
}
#endif