We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is ther any functionality to detect the current version of this library at runtime ?
The text was updated successfully, but these errors were encountered:
obviously not, else it would be here i guess: https://github.com/volkszaehler/libsml/blob/master/sml/include/sml/sml_shared.h
adding a function would be an ABI change and prevent linking against older version...
i guess you want this to be able to check if some bugfix is present ot not?
Sorry, something went wrong.
Yes need it’s just to check what’s running and if some bugfix is present, Would be great if such a function will be added
No branches or pull requests
Is ther any functionality to detect the current version of this library at runtime ?
The text was updated successfully, but these errors were encountered: