IDZEBRA  2.2.7
Functions
su_codec.c File Reference
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <assert.h>
#include <yaz/xmalloc.h>
#include <su_codec.h>

Go to the source code of this file.

Functions

int key_SU_encode (int ch, char *out)
 
int key_SU_decode (int *ch, const unsigned char *out)
 

Function Documentation

◆ key_SU_decode()

int key_SU_decode ( int *  ch,
const unsigned char *  out 
)

Definition at line 64 of file su_codec.c.

Referenced by add_isam_p(), print_dict_item(), and zebra_log_dict_entry().

◆ key_SU_encode()

int key_SU_encode ( int  ch,
char *  out 
)