pub unsafe extern "C" fn SDL_AtomicAdd(
    a: *mut SDL_atomic_t,
    v: c_int
) -> c_int
Expand description

\brief Add to an atomic variable.

\return The previous value of the atomic variable.

\note This same style can be used for any number operation