Open KarlWinkler opened 2 years ago
Why are they hard coded. I think it is easier to read and its not like it matters anyways.
It works anyways so I probably wont ever change it.
How it should be done:
fseek(fp, 0L, SEEK_END); sz = ftell(fp); rewind(fp);
Why are they hard coded. I think it is easier to read and its not like it matters anyways.
It works anyways so I probably wont ever change it.