libsml
libsml copied to clipboard
Detect Version at runtime
Is ther any functionality to detect the current version of this library at runtime ?
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?
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