diff options
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1235,6 +1235,14 @@ arbitrary precision floating-point numbers. This entry is not present if MPFR support is not compiled into .IR gawk . .TP +\fBPROCINFO["api_major"]\fP +The major version of the extension API. +This entry is not present if loading dynamic extensions is not available. +.TP +\fBPROCINFO["api_minor"]\fP +The minor version of the extension API. +This entry is not present if loading dynamic extensions is not available. +.TP \fBPROCINFO["version"]\fP the version of .IR gawk . |