MAXRQST
if (fgets(str, MAXRQST, fp) == NULL)
if (fgets(str, MAXRQST, fp) == NULL) {
static char str[MAXRQST]; /* the string which wvec points to */