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