From acae19a3f4d4b52dd8b25edd8571d28ab18035ad Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Tue, 23 Nov 2021 23:23:55 +0800 Subject: 1.24 --- 1/24.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '1/24.c') diff --git a/1/24.c b/1/24.c index fdef14c..f7f7b1c 100644 --- a/1/24.c +++ b/1/24.c @@ -1,10 +1,10 @@ #include -#define MAXLEN 1000 -#define TRUE 1 #define FALSE 0 +#define TRUE 1 #define INLINE 2 #define MULTILINE 3 +#define MAXLEN 1000 /* checks c program for unbalanced parentheses, brackets and braces */ int main(int argc, char *argv[]) { -- cgit v1.2.3