|
Size: 629
Comment: update content - w/ Sam; remove draft
|
← Revision 4 as of 2011-02-02 17:47:30 ⇥
Size: 629
Comment: update content - w/ Sam
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 18: | Line 18: |
| Returns a pointer to the current value. | Returns the current value of a pointer. |
SDL_AtomicGetPtr
Use this function to get the value of a pointer atomically.
Contents
Syntax
void* SDL_AtomicGetPtr(void** a)
Function Parameters
a |
a pointer to a pointer |
Return Value
Returns the current value of a pointer.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
