Next: , Previous: , Up: libopts External Procedures   [Contents][Index]


7.6.32.19 optionVersion

return the compiled AutoOpts version number

Usage:

char const * res = optionVersion();

Where the arguments are:

NameTypeDescription
—–—–————-
returnschar const *the version string in constant memory

Returns the full version string compiled into the library. The returned string cannot be modified.