Function Macro
MynaCHECK_VERSION
unstable since: 0.1
Declaration [src]
#define MYNA_CHECK_VERSION (
  major,
  minor,
  micro
)
      Description [src]
Checks the version of myna being compiled against. See myna_check_version()
for a runtime check.
Available since: 0.1
This function is not directly available to language bindings.