Provided by: allegro5-doc_5.2.3.0-1_all bug

NAME

       al_create_cond - Allegro 5 API

SYNOPSIS

              #include <allegro5/allegro.h>

              ALLEGRO_COND *al_create_cond(void)

DESCRIPTION

       Create a condition variable.

       Returns the condition value on success or NULL on error.