IDZEBRA  2.2.7
Functions
zint.c File Reference
#include <stdlib.h>
#include <idzebra/util.h>

Go to the source code of this file.

Functions

void zebra_zint_encode (char **dst, zint pos)
 
void zebra_zint_decode (const char **src, zint *pos)
 
zint atozint (const char *src)
 

Function Documentation

◆ atozint()

zint atozint ( const char *  src)

◆ zebra_zint_decode()

void zebra_zint_decode ( const char **  src,
zint pos 
)

Definition at line 39 of file zint.c.

Referenced by rect_decode(), sort_term_decode1(), and sort_term_decode2().

◆ zebra_zint_encode()

void zebra_zint_encode ( char **  dst,
zint  pos 
)

Definition at line 26 of file zint.c.

Referenced by rect_encode(), sort_term_encode1(), and sort_term_encode2().