.\" Automatically generated by Pandoc 2.9.2.1 .\" .TH "fi_version" "3" "2022\-12\-11" "Libfabric Programmer\[cq]s Manual" "#VERSION#" .hy .SH NAME .PP fi_version - Version of the library interfaces .SH SYNOPSIS .IP .nf \f[C] #include uint32_t fi_version(void); FI_MAJOR(version) FI_MINOR(version) \f[R] .fi .SH DESCRIPTION .PP This call returns the current version of the library interfaces. The version includes major and minor numbers. These may be extracted from the returned value using the FI_MAJOR() and FI_MINOR() macros. .SH NOTES .PP The library may support older versions of the interfaces. .SH RETURN VALUE .PP Returns the current library version. The upper 16-bits of the version correspond to the major number, and the lower 16-bits correspond with the minor number. .SH SEE ALSO .PP \f[C]fabric\f[R](7), \f[C]fi_getinfo\f[R](3) .SH AUTHORS OpenFabrics.