mirror of https://github.com/ARMmbed/mbed-os.git
You are allowed in POSIX / ANSI C to read and write on the same stream, but you have to do an fseek in between read and write call (getc->fseek->putc) Thanks @Alex-EEE for sharing the fix: https://github.com/ARMmbed/mbed-os/pull/7749 Added test case for verification of the behavior |
||
---|---|---|
.. | ||
main.cpp |