Function Macro

ValentCHECK_VERSION

Declaration [src]

#define VALENT_CHECK_VERSION (
  major,
  minor
)

Description [src]

Compile-time version check.

Evaluates to TRUE if the API version of libvalent is greater than or equal to the required one.

This function is not directly available to language bindings.

Parameters

major

Type: -

Required major version.

minor

Type: -

Required minor version.