logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_create_cond - Allegro 5 API

Description

       Create a condition variable.

       Returns the condition value on success or NULL on error.

Allegro reference manual                                                                 al_create_cond(3alleg5)

Name

       al_create_cond - Allegro 5 API

Synopsis

              #include <allegro5/allegro.h>

              ALLEGRO_COND *al_create_cond(void)

See Also