compareVersions

fnint compareVersions(Version a, Version b)

Compares two FLTK versions.

Parameters

aFirst version to compare
bSecond version to compare

Returns

Negative if a < b, zero if a == b, positive if a > b