DOKK / manpages / debian 13 / libsdl3-doc / SDL_abs.3.en
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);

an integer value.

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