/* cppawk header file */ #define max(a, b) ((a) > (b) ? (a) : (b))