YAZ 5.37.0
stem_UTF_8_porter.h File Reference

Go to the source code of this file.

Functions

struct SN_envporter_UTF_8_create_env (void)
void porter_UTF_8_close_env (struct SN_env *z)
int porter_UTF_8_stem (struct SN_env *z)

Function Documentation

◆ porter_UTF_8_close_env()

void porter_UTF_8_close_env ( struct SN_env * z)
extern

Definition at line 754 of file stem_UTF_8_porter.c.

References SN_close_env().

◆ porter_UTF_8_create_env()

struct SN_env * porter_UTF_8_create_env ( void )
extern

Definition at line 752 of file stem_UTF_8_porter.c.

References SN_create_env().

◆ porter_UTF_8_stem()