SDL/src/dynapi
Sam Lantinga b903ccf945 SDL_rwops read/write functions return size_t again
The current status is stored in the SDL_rwops 'status' field to be able to determine whether a 0 return value is caused by end of file, an error, or a non-blocking source not being ready.

The functions to read sized datatypes now return SDL_bool so you can detect read errors.

Fixes https://github.com/libsdl-org/SDL/issues/6729
2023-08-07 20:36:21 -07:00
..
gendynapi.py Remove extra spaces in stripped tokens 2023-07-16 04:32:12 -07:00
SDL_dynapi.c SDL_dynapi.c: minor cosmetics. 2023-06-10 20:50:02 +03:00
SDL_dynapi.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_dynapi.sym SDL_rwops read/write functions return size_t again 2023-08-07 20:36:21 -07:00
SDL_dynapi_overrides.h SDL_rwops read/write functions return size_t again 2023-08-07 20:36:21 -07:00
SDL_dynapi_procs.h SDL_rwops read/write functions return size_t again 2023-08-07 20:36:21 -07:00