Write exactly size bytes from the area pointed at by ptr to data stream.
On an incomplete write, you should set *status to a value from the SDL_IOStatus enum. You do not have to explicitly set this on a complete, successful write.
The number of bytes written
See Implementation
Write exactly size bytes from the area pointed at by ptr to data stream.
On an incomplete write, you should set *status to a value from the SDL_IOStatus enum. You do not have to explicitly set this on a complete, successful write.