X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/aba6fe8bda05659f70ef0cca07aa02db72f23315..0a1c8a90e23304220f6602e98aba5f891a1350b2:/t/test.h diff --git a/t/test.h b/t/test.h index 9e8ddee..2e7882d 100644 --- a/t/test.h +++ b/t/test.h @@ -28,6 +28,7 @@ #endif #define MIN(a, b) ((a) < (b) ? (a) : (b)) +#define MAX(a, b) ((a) > (b) ? (a) : (b)) struct cdecl_declspec; struct option;