aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-04-20 20:09:10 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-04-20 20:09:10 -0700
commit6d53169644fb83f367f01369ec01f0ccf297b4cd (patch)
tree6c68e7e31308eedc5456cb2a6de725de3cd755cd /README.md
parent3334ef7fc25ce04647f12a3a887637e1bb6aec17 (diff)
downloadcppawk-6d53169644fb83f367f01369ec01f0ccf297b4cd.tar.gz
cppawk-6d53169644fb83f367f01369ec01f0ccf297b4cd.tar.bz2
cppawk-6d53169644fb83f367f01369ec01f0ccf297b4cd.zip
New man page: cppawk-varg.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index a77e366..e35440b 100644
--- a/README.md
+++ b/README.md
@@ -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>`.