diff options
-rw-r--r-- | testcases | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -57,3 +57,15 @@ ERR ./cppawk : ERR +-- +13: +./cppawk ' +#define min(a,b) ((a) < (b) ? (a) : (b)) +{ print min($1, $2) }' <<! +1 2 +2 1 +3 2 +: +1 +1 +2 |
![]() |
index : cppawk | |
Wrapper script that adds C preprocessing to Awk | kaz@kylheku.com |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | testcases | 12 |
@@ -57,3 +57,15 @@ ERR ./cppawk : ERR +-- +13: +./cppawk ' +#define min(a,b) ((a) < (b) ? (a) : (b)) +{ print min($1, $2) }' <<! +1 2 +2 1 +3 2 +: +1 +1 +2 |