Function Macro

IbisCHECK_VERSION

since: 0.1

Declaration [src]

#define IBIS_CHECK_VERSION (
  major,
  minor,
  micro
)

Description [src]

Checks the version of ibis being compiled against. See ibis_check_version() for a runtime check.

Available since: 0.1

This function is not directly available to language bindings.

Parameters

major

Type: -

The major version to check for.

minor

Type: -

The minor version to check for.

micro

Type: -

The micro version to check for.