|
YAZ 5.35.1
|
Header for JSON functions. More...
#include <yaz/yconfig.h>Go to the source code of this file.
Functions | |
| const char * | z_ProxUnit_to_str (int u) |
| converts prox unit integer to string | |
| int | z_str_to_ProxUnit (const char *str) |
| converts unit name string to unit integer | |
Header for JSON functions.
Definition in file proxunit.h.
| const char * z_ProxUnit_to_str | ( | int | u | ) |
converts prox unit integer to string
| u | unit |
Definition at line 33 of file proxunit.c.
References units, Z_ProxUnit_byte, and Z_ProxUnit_character.
Referenced by yaz_prox_unit_name().
| int z_str_to_ProxUnit | ( | const char * | str | ) |
converts unit name string to unit integer
| str | unit name |
Definition at line 40 of file proxunit.c.
References units, and Z_ProxUnit_byte.
Referenced by cql_pr_prox().