int fltkAbiVersion()
Gets the FLTK ABI version.
Example:
auto abi = fltkAbiVersion(); writeln("FLTK ABI version: ", abi);