diff options
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>`. |