Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include "hb-common.h"
Go to the source code of this file.
Macros | |
#define | HB_VERSION_MAJOR 10 |
#define | HB_VERSION_MINOR 0 |
#define | HB_VERSION_MICRO 1 |
#define | HB_VERSION_STRING "10.0.1" |
#define | HB_VERSION_ATLEAST(major, minor, micro) |
Functions | |
HB_EXTERN void | hb_version (unsigned int *major, unsigned int *minor, unsigned int *micro) |
HB_EXTERN const char * | hb_version_string (void) |
HB_EXTERN hb_bool_t | hb_version_atleast (unsigned int major, unsigned int minor, unsigned int micro) |
#define HB_VERSION_ATLEAST | ( | major, | |
minor, | |||
micro ) |
HB_VERSION_ATLEAST: @major: the major component of the version number @minor: the minor component of the version number @micro: the micro component of the version number
Tests the library version at compile-time against a minimum value, as three integer components.
Definition at line 74 of file hb-version.h.
#define HB_VERSION_MAJOR 10 |
HB_VERSION_MAJOR:
The major component of the library version available at compile-time.
Definition at line 44 of file hb-version.h.
#define HB_VERSION_MICRO 1 |
HB_VERSION_MICRO:
The micro component of the library version available at compile-time.
Definition at line 56 of file hb-version.h.
#define HB_VERSION_MINOR 0 |
HB_VERSION_MINOR:
The minor component of the library version available at compile-time.
Definition at line 50 of file hb-version.h.
#define HB_VERSION_STRING "10.0.1" |
HB_VERSION_STRING:
A string literal containing the library version available at compile-time.
Definition at line 63 of file hb-version.h.
HB_EXTERN void hb_version | ( | unsigned int * | major, |
unsigned int * | minor, | ||
unsigned int * | micro ) |
HB_EXTERN hb_bool_t hb_version_atleast | ( | unsigned int | major, |
unsigned int | minor, | ||
unsigned int | micro ) |
HB_EXTERN const char * hb_version_string | ( | void | ) |