index
:
cppawk
master
Wrapper script that adds C preprocessing to Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
testdir
/
header.cwh
blob: 73873eff0a5724153b7dc9da43220fdf54745831 (
plain
)
1
2
/* cppawk header file */ #define max(a, b) ((a) > (b) ? (a) : (b))