Wiki Page Content

Revision 4 as of 2011-02-02 18:24:24

Clear message

SDL_AtomicSet

Use this function to set an atomic variable to a value.

Syntax

int SDL_AtomicSet(SDL_atomic_t* a,
                  int           v)

Function Parameters

a

a pointer to an SDL_atomic_t variable to be modified

v

the desired value

Return Value

Returns the previous value of the atomic variable.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryAtomic

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit