zfopen
FILE *zfopen(int severity, char *path, char *type);
input = zfopen(EERROR, argv[1], "r");
input = zfopen(EERROR, argv[2], "r");