version
void ipatch_version (guint *major, guint *minor, guint *micro);
guint *major
guint *minor
guint *micro
Fetch the runtime version of the libInstPatch library.
major
Pointer to store major version or NULL.
NULL
minor
Pointer to store minor version or NULL.
micro
Pointer to store micro version or NULL.
#define IPATCH_VERSION "1.1.6"
#define IPATCH_VERSION_MAJOR 1
#define IPATCH_VERSION_MINOR 1
#define IPATCH_VERSION_MICRO 6