Wiki Page Content

Differences between revisions 3 and 4
Revision 3 as of 2010-10-12 05:59:10
Size: 603
Editor: SheenaSmith
Comment: update content - pointers, structs
Revision 4 as of 2010-10-18 00:53:19
Size: 608
Editor: SheenaSmith
Comment: update content - pointers, structs
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
||'''cond'''||^the SDL_cond to be destroyed^|| ||'''cond'''||^the condition variable to destroy^||

DRAFT

SDL_DestroyCond

Use this function to destroy a condition variable.

Syntax

void SDL_DestroyCond(SDL_cond* cond)

Function Parameters

cond

the condition variable to destroy

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryMutex

None: SDL_DestroyCond (last edited 2015-04-26 19:02:34 by PhilippWiesemann)

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