REALLOC
*argv = (char **)REALLOC(*argv,
rawdata->begin = REALLOC(rawdata->begin, newlen);
files = (char **)REALLOC(files,
text = REALLOC(text, text_size);
Args = REALLOC(Args, sizeof (char *) * (ArgsN + CONF_ARGS_INC));
REALLOC (stty_opt);
line = REALLOC(line, len);
line = REALLOC(line, len);