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
https://github.com/xmos/xscope_fileio/blob/master/xscope_fileio/api/xscope_io_device.h#L75
vs
#include <stdio.h> size_t fwrite(const void *buf, size_t size, size_t count, FILE *fp);
Looks like this was fixed earlier on @ v0.2.0 but somehow this issue got re-introduced.
This would be a breaking change so need to bump major version number (we are probably ready for v1.0.0 anyhow)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/xmos/xscope_fileio/blob/master/xscope_fileio/api/xscope_io_device.h#L75
vs
#include <stdio.h>
size_t fwrite(const void *buf, size_t size, size_t count, FILE *fp);
Looks like this was fixed earlier on @ v0.2.0 but somehow this issue got re-introduced.
This would be a breaking change so need to bump major version number (we are probably ready for v1.0.0 anyhow)
The text was updated successfully, but these errors were encountered: