SDL_AtomicGet

Get the value of an atomic variable.

Header File

Defined in SDL_atomic.h

Syntax

int SDL_AtomicGet(SDL_atomic_t *a);

Function Parameters

SDL_atomic_t * a a pointer to an SDL_atomic_t variable.

Return Value

(int) Returns the current value of an atomic variable.

Remarks

Note: If you don't know what this function is for, you shouldn't use it!

Version

This function is available since SDL 2.0.2.

See Also


CategoryAPI, CategoryAPIFunction, CategoryAtomic