YAZ 5.37.0
stem_ISO_8859_1_porter.h File Reference

Go to the source code of this file.

Functions

struct SN_envporter_ISO_8859_1_create_env (void)
void porter_ISO_8859_1_close_env (struct SN_env *z)
int porter_ISO_8859_1_stem (struct SN_env *z)

Function Documentation

◆ porter_ISO_8859_1_close_env()

void porter_ISO_8859_1_close_env ( struct SN_env * z)
extern

Definition at line 748 of file stem_ISO_8859_1_porter.c.

References SN_close_env().

◆ porter_ISO_8859_1_create_env()

struct SN_env * porter_ISO_8859_1_create_env ( void )
extern

Definition at line 746 of file stem_ISO_8859_1_porter.c.

References SN_create_env().

◆ porter_ISO_8859_1_stem()