Int y = 1;
FILE* file;
FILE* elif;
do {
file = fopen("file.txt", "r+");
elif = fopen("elif.txt", "r+");
fseek(file, N, SEEK_SET);
fseek(elif, N, SEEK_SET);
if (fgetc(file) ==' ')break;
N = N + 35;
fclose(file);
fclose(elif);
} while (y > 0);
FILE* file;
FILE* elif;
do {
file = fopen("file.txt", "r+");
elif = fopen("elif.txt", "r+");
fseek(file, N, SEEK_SET);
fseek(elif, N, SEEK_SET);
if (fgetc(file) ==' ')break;
N = N + 35;
fclose(file);
fclose(elif);
} while (y > 0);