aboutsummaryrefslogtreecommitdiffstats
path: root/testdir/header.cwh
blob: 73873eff0a5724153b7dc9da43220fdf54745831 (plain)
1
2
/* cppawk header file */
#define max(a, b) ((a) > (b) ? (a) : (b))