YAZ  5.34.0
Functions
api.c File Reference
#include <stdlib.h>
#include "header.h"

Go to the source code of this file.

Functions

struct SN_envSN_create_env (int S_size, int I_size, int B_size)
 
void SN_close_env (struct SN_env *z, int S_size)
 
int SN_set_current (struct SN_env *z, int size, const symbol *s)
 

Function Documentation

◆ SN_close_env()

void SN_close_env ( struct SN_env z,
int  S_size 
)

◆ SN_create_env()

struct SN_env* SN_create_env ( int  S_size,
int  I_size,
int  B_size 
)

◆ SN_set_current()

int SN_set_current ( struct SN_env z,
int  size,
const symbol s 
)

Definition at line 60 of file api.c.

References SN_env::c, SN_env::l, and replace_s().

Referenced by sb_stemmer_stem().