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