Skip to content
New issue

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

Argument order does not match stdio equivalent #9

Open
ed-xmos opened this issue Oct 7, 2021 · 0 comments
Open

Argument order does not match stdio equivalent #9

ed-xmos opened this issue Oct 7, 2021 · 0 comments

Comments

@ed-xmos
Copy link
Collaborator

ed-xmos commented Oct 7, 2021

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant