1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2024-11-09 21:32:02 +05:30

freadln.c: test: remove file after the test

This commit is contained in:
Intel A80486DX2-66 2024-04-07 23:52:01 +03:00
parent 8a3e4ba31f
commit f47eeaa6a1
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -202,6 +202,9 @@ int main(void) {
CLOCKS_PER_SEC);
}
fclose(f);
remove(TEST_FILE);
fflush(stdout);
return 0;