Wiki Page Content

Revision 3 as of 2010-10-12 05:59:10

Clear message

DRAFT

SDL_DestroyCond

Use this function to destroy a condition variable.

Syntax

void SDL_DestroyCond(SDL_cond* cond)

Function Parameters

cond

the SDL_cond to be destroyed

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryMutex

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