Next: Input Parsers, Previous: Exit Callback Functions, Up: Registration Functions [Contents][Index]
You can register a version string that indicates the name and
version of your extension with gawk
, as follows:
void register_ext_version(const char *version);
version
with gawk
. Note that gawk
does not copy the version
string, so it should not be changed.gawk
prints all registered extension version strings when it
is invoked with the --version
option.