Get the version of ControllerImage that is linked against your program.
Defined in <controllerimage.h>
int ControllerImage_Version(void);(int) Returns the version of the linked library.
If you are linking to ControllerImage dynamically, then it is possible that the current version will be different than the version you compiled against. This function returns the current version, while CONTROLLERIMAGE_VERSION is the version you compiled with.
This function may be called safely at any time, even before ControllerImage_Init().
This function is available since ControllerImage 1.0.0.