#pragma section-numbers off #pragma disable-camelcase = SDL_AtomicGetPtr = Use this function to get the value of a pointer atomically. <> == Syntax == {{{#!highlight cpp void* SDL_AtomicGetPtr(void** a) }}} == Function Parameters == ||'''a'''||a pointer to a pointer|| == Return Value == Returns the current value of a pointer. == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_AtomicCASPtr]] .[[SDL_AtomicSetPtr]] ---- [[CategoryAPI]], [[CategoryAtomic]]