summaryrefslogtreecommitdiffstats
path: root/1/24.c
diff options
context:
space:
mode:
Diffstat (limited to '1/24.c')
-rw-r--r--1/24.c4
1 files changed, 2 insertions, 2 deletions
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 <stdio.h>
-#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[]) {