Details
HB_VERSION_CHECK()
#define HB_VERSION_CHECK(major,minor,micro)
HB_VERSION_MAJOR
#define HB_VERSION_MAJOR 0
HB_VERSION_MICRO
#define HB_VERSION_MICRO 19
HB_VERSION_MINOR
#define HB_VERSION_MINOR 9
HB_VERSION_STRING
#define HB_VERSION_STRING "0.9.19"
hb_version ()
void hb_version (unsigned int *major,
unsigned int *minor,
unsigned int *micro);
hb_version_check ()
hb_bool_t hb_version_check (unsigned int major,
unsigned int minor,
unsigned int micro);
hb_version_string ()
const char * hb_version_string (void);