diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-04-20 20:09:10 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-04-20 20:09:10 -0700 |
commit | 6d53169644fb83f367f01369ec01f0ccf297b4cd (patch) | |
tree | 6c68e7e31308eedc5456cb2a6de725de3cd755cd /README.md | |
parent | 3334ef7fc25ce04647f12a3a887637e1bb6aec17 (diff) | |
download | cppawk-6d53169644fb83f367f01369ec01f0ccf297b4cd.tar.gz cppawk-6d53169644fb83f367f01369ec01f0ccf297b4cd.tar.bz2 cppawk-6d53169644fb83f367f01369ec01f0ccf297b4cd.zip |
New man page: cppawk-varg.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -144,15 +144,13 @@ There are currently function calls. Note: there are bugs in GNU Awk's indirect function calls feature that are present right through 5.1.1. +* [`<varg.h>`](../tree/cppawk-varg.1): utilities for working with + variadic functions in Awk, as well as with optional arguments. + Several unreleased headers are in the development queue: * `<field.h>`: utilities for manipulating fields. -* `<varg.h>`: utilities for writing variadic functions in Awk; - the private API version of this is used in existing work, but does - not have separate test cases, and doesn't have a public, documented - version. - * `<array.h>`: some associative array utilities. * `<alist.h>`: Lisp-like assoc lists: addendum to `<cons.h>`. |