1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2025-05-31 08:31:41 +05:30

extol.c: assign new file handler to old file handler

This commit is contained in:
2024-03-09 15:50:58 +03:00
parent bef0606936
commit bb3f589cbe

View File

@@ -55,6 +55,7 @@ extol (FILE *f)
perror ("freopen");
exit (EXIT_FAILURE);
}
fs = new_fs;
}
result = extol (fs);
for (result <<= 4, result &= ~15;