diff options
Diffstat (limited to 'P1/include')
-rw-r--r-- | P1/include/mapper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/P1/include/mapper.h b/P1/include/mapper.h index 2e3693c..bbc6ef1 100644 --- a/P1/include/mapper.h +++ b/P1/include/mapper.h @@ -6,6 +6,7 @@ // ###### DO NOT REMOVE ###### #define MAXKEYSZ 100 #define MAXVALUESZ 100 +#define BUFFSIZE 150 // ###### DO NOT REMOVE ###### char *mapOutDir; |