Include this interface in your C code to import the libzdb API.
| Macros | |
| #define | LIBZDB_MAJOR 3 | 
| #define | LIBZDB_MINOR 4 | 
| #define | LIBZDB_REVISION 0 | 
| #define | LIBZDB_VERSION "3.4.0" | 
| #define | LIBZDB_VERSION_NUMBER ((LIBZDB_MAJOR * 1000000) + (LIBZDB_MINOR * 1000) + LIBZDB_REVISION) | 
| #define | valueOr(expr, default_value) | 
| #define LIBZDB_MAJOR 3 | 
| #define LIBZDB_MINOR 4 | 
| #define LIBZDB_REVISION 0 | 
| #define LIBZDB_VERSION "3.4.0" | 
| #define LIBZDB_VERSION_NUMBER ((LIBZDB_MAJOR * 1000000) + (LIBZDB_MINOR * 1000) + LIBZDB_REVISION) | 
| #define valueOr | ( | expr, | |
| default_value ) | 
Copyright © Tildeslash Ltd. All rights reserved.