diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-03-29 08:10:54 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-03-29 08:10:54 -0700 |
commit | 86d864b874e6c2ef45a7a208ed69a5d156406324 (patch) | |
tree | 7f19c7f93217d1e0afe7146db6d24f6ad6ca88a5 /cppawk.1 | |
parent | 4955c31e0b97fa5d0ac866df2db08bb390845a30 (diff) | |
download | cppawk-86d864b874e6c2ef45a7a208ed69a5d156406324.tar.gz cppawk-86d864b874e6c2ef45a7a208ed69a5d156406324.tar.bz2 cppawk-86d864b874e6c2ef45a7a208ed69a5d156406324.zip |
Add cppawk-narg man page.
Diffstat (limited to 'cppawk.1')
-rw-r--r-- | cppawk.1 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -190,6 +190,12 @@ points the preprocessor to look for files in its own directory, which contains a library of header files that accompany .BR cppawk . +.IR <narg.h> +This header provides macros which make it easy to write variable-argument +macros with complex expansions. This is documented in the +.B cppawk-narg +manual page. + .IR <case.h> This header provides macros for writing a .BI case |