Wiki Page Content

Revision 2 as of 2011-02-02 17:24:11

Clear message

SDL_atomic_t

A structure representing an atomic integer value.

Data Fields

int

value

the atomic integer value

Code Examples

You can add your code example here

Remarks

SDL_atomic_t is a structure so people don't accidentally use numeric operations on it. Instead, you should use the atomic operation functions to work with the integer value.


CategoryStruct, CategoryAtomic

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