diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -147,9 +147,10 @@ There are currently * [`<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>`](../tree/cppawk-field.1): utilities for manipulating + the Awk positional parameters ("fields"). -* `<field.h>`: utilities for manipulating fields. +Several unreleased headers are in the development queue: * `<array.h>`: some associative array utilities. |