| SDL_abs(3) | SDL3 FUNCTIONS | SDL_abs(3) |
SDL_abs - Compute the absolute value of x .
Defined in SDL3/SDL_stdinc.h
#include "SDL3/SDL.h"
int SDL_abs(int x);
Returns the absolute value of x.
It is safe to call this function from any thread.
This function is available since SDL 3.2.0.
| SDL 3.2.10 | Simple Directmedia Layer |