libiio
0.5
Library for interfacing with IIO devices
|
Functions | |
__api void | iio_library_get_version (unsigned int *major, unsigned int *minor, char git_tag[8]) |
Get the version of the libiio library. More... | |
__api void iio_library_get_version | ( | unsigned int * | major, |
unsigned int * | minor, | ||
char | git_tag[8] | ||
) |
Get the version of the libiio library.
major | A pointer to an unsigned integer (NULL accepted) |
minor | A pointer to an unsigned integer (NULL accepted) |
git_tag | A pointer to a 8-characters buffer (NULL accepted) |