aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 921b01d..8fa661c 100644
--- a/README.md
+++ b/README.md
@@ -151,6 +151,9 @@ There are currently
* [`<field.h>`](../tree/cppawk-field.1): utilities for manipulating
the Awk positional parameters ("fields").
+* [`<quote.h>`](../tree/cppawk-quote.1): provides the `q` function for
+ quoting text for safe insertion into shells cripts.
+
Several unreleased headers are in the development queue:
* `<array.h>`: some associative array utilities.