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

ALLEGRO_MSECS_TO_SECS - Allegro 5 API

Description

       Convert milliseconds to seconds.

Allegro reference manual                                                          ALLEGRO_MSECS_TO_SECS(3alleg5)

Name

       ALLEGRO_MSECS_TO_SECS - Allegro 5 API

Synopsis

              #include <allegro5/allegro.h>

              #define ALLEGRO_MSECS_TO_SECS(x)      ((x) / 1000.0)

See Also