We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Section 5.4 says:
It is illegal to specify a position before the beginning or after the end of the file.
But the libc implementations do allow this for writeable files, and Bocfel depends on it.
I'm not sure if seekmode_End with positive pos is de facto supported, Bocfel doesn't attempt it.
seekmode_End
pos
The text was updated successfully, but these errors were encountered:
Support seeking past the end of writable file streams as Bocfel needs…
ca09641
… it (see iftechfoundation/ifarchive-if-specs#17) Support non-existent files in `glkunix_stream_open_pathname_gen` Wrap glkstart.h in `extern "C"`
No branches or pull requests
Section 5.4 says:
But the libc implementations do allow this for writeable files, and Bocfel depends on it.
I'm not sure if
seekmode_End
with positivepos
is de facto supported, Bocfel doesn't attempt it.The text was updated successfully, but these errors were encountered: