Function Macro
HaslCHECK_VERSION
since: 0.2
Declaration [src]
#define HASL_CHECK_VERSION (
major,
minor,
micro
)
Description [src]
Checks the version of hasl being compiled against. See hasl_check_version()
for a runtime check.
Available since: 0.2
This function is not directly available to language bindings.