Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.3

SDL_DestroyCond(3)


SDL_DestroyCond

SDL_DestroyCond

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO

NAME

SDL_DestroyCond− Destroy a condition variable

SYNOPSIS

#include "SDL.h" #include "SDL_thread.h"

void SDL_DestroyCond(SDL_cond *cond);

DESCRIPTION

Destroys a condition variable.

SEE ALSO

SDL_CreateCond



SDL_DestroyCond(3)