diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-04-22 20:26:08 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-04-22 20:26:08 -0700 |
commit | f9f306814ce6ff1aa64b34b3079bb9022bd7ffbe (patch) | |
tree | be270e571d2217cba52a733fbcc9ff95fcc9ad6c /README.md | |
parent | c82cebd005c48aa8ebd28b40a99a021a723e0a3d (diff) | |
download | cppawk-f9f306814ce6ff1aa64b34b3079bb9022bd7ffbe.tar.gz cppawk-f9f306814ce6ff1aa64b34b3079bb9022bd7ffbe.tar.bz2 cppawk-f9f306814ce6ff1aa64b34b3079bb9022bd7ffbe.zip |
New <field.h> header: positional parameter utils.
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. |