append_file
static bool append_file;
OPT_BOOLEAN(0, "append", &append_file, "append to the output file"),
mode = append_file ? "a" : "w";
mode = append_file ? "a" : "w";
static int append_file(const char *path);
err = append_file(arg);
err = append_file(buf);