From 16538abf8d1231279133508ba15376145b818518 Mon Sep 17 00:00:00 2001 From: gramanas Date: Tue, 10 May 2022 21:12:33 +0300 Subject: autotools and check testign suite --- src/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index fe09145..0015df2 100644 --- a/src/util.h +++ b/src/util.h @@ -9,6 +9,8 @@ #define MAX(A, B) ((A) > (B) ? (A) : (B)) +#define FODD_MAX_ARRAY 1048576 + void fdebug(const char *fmt, ...); -- cgit v1.2.3