logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

ALLEGRO_BPS_TO_SECS - Allegro 5 API

Description

       Convert beats per second to seconds.

Allegro reference manual                                                            ALLEGRO_BPS_TO_SECS(3alleg5)

Name

       ALLEGRO_BPS_TO_SECS - Allegro 5 API

Synopsis

              #include <allegro5/allegro.h>

              #define ALLEGRO_BPS_TO_SECS(x)        (1.0 / (x))

See Also