(This is the legacy documentation for stable SDL2, the current stable version; SDL3 is the current development version.)
SDL_size_add_overflow
If a + b would overflow, return -1.
Defined in SDL_stdinc.h
Syntax
Otherwise store a + b via ret and return 0.
Version
This function is available since SDL 2.24.0.
CategoryAPI, CategoryAPIFunction, CategoryStdInc