Get the value of a pointer atomically.
<syntaxhighlight lang="c"> void* SDL_AtomicGetPtr(void **a); </syntaxhighlight>
a | a pointer to a pointer |
Returns the current value of a pointer.
Note: If you don't know what this function is for, you shouldn't use it!
This function is available since SDL 2.0.2.
CategoryAPI, CategoryAtomic