Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2011-02-02 17:41:55
Size: 643
Editor: SheenaSmith
Comment: update content - w/ Sam; remove draft
Revision 3 as of 2011-02-02 17:42:46
Size: 628
Editor: SheenaSmith
Comment: minor change
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
||'''a'''||a pointer to an [[SDL_atomic_t]] variable to be modified|| ||'''a'''||a pointer to an [[SDL_atomic_t]] variable||

SDL_AtomicGet

Use this function to get the value of an atomic variable.

Syntax

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 the atomic variable.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryAtomic

None: SDL_AtomicGet (last edited 2011-02-02 17:54:13 by SheenaSmith)

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