/* Buffers for accumulating strings and description text */ #define MAX_NAMEARR 1000 char *namearr[MAX_NAMEARR]; int namecount; #define MAX_DESCRIPARR 10000 char *descriparr[MAX_DESCRIPARR]; int descriptcount; int name_open; int descript_open;