|
Size: 628
Comment: minor change
|
← Revision 4 as of 2011-02-02 17:54:13 ⇥
Size: 627
Comment: minor change for consistency
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 18: | Line 18: |
| Returns the current value of the atomic variable. | Returns the current value of an atomic variable. |
SDL_AtomicGet
Use this function to get the value of an atomic variable.
Contents
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 an atomic variable.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
