mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-01 23:07:45 +08:00
Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
@@ -581,8 +581,8 @@ extern SDL_DECLSPEC Sint64 SDLCALL SDL_TellIO(SDL_IOStream *context);
|
|||||||
* value and SDL_GetError() will offer a human-readable message.
|
* value and SDL_GetError() will offer a human-readable message.
|
||||||
*
|
*
|
||||||
* A request for zero bytes on a valid stream will return zero immediately
|
* A request for zero bytes on a valid stream will return zero immediately
|
||||||
* without accessing the stream, so the stream status (EOF, err, etc) will
|
* without accessing the stream, so the stream status (EOF, err, etc) will not
|
||||||
* not change.
|
* change.
|
||||||
*
|
*
|
||||||
* \param context a pointer to an SDL_IOStream structure.
|
* \param context a pointer to an SDL_IOStream structure.
|
||||||
* \param ptr a pointer to a buffer to read data into.
|
* \param ptr a pointer to a buffer to read data into.
|
||||||
@@ -614,8 +614,8 @@ extern SDL_DECLSPEC size_t SDLCALL SDL_ReadIO(SDL_IOStream *context, void *ptr,
|
|||||||
* or a fatal error.
|
* or a fatal error.
|
||||||
*
|
*
|
||||||
* A request for zero bytes on a valid stream will return zero immediately
|
* A request for zero bytes on a valid stream will return zero immediately
|
||||||
* without accessing the stream, so the stream status (EOF, err, etc) will
|
* without accessing the stream, so the stream status (EOF, err, etc) will not
|
||||||
* not change.
|
* change.
|
||||||
*
|
*
|
||||||
* \param context a pointer to an SDL_IOStream structure.
|
* \param context a pointer to an SDL_IOStream structure.
|
||||||
* \param ptr a pointer to a buffer containing data to write.
|
* \param ptr a pointer to a buffer containing data to write.
|
||||||
|
|||||||
Reference in New Issue
Block a user