Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
ALLEGRO_MSECS_TO_SECS(3)    Library Functions Manual	ALLEGRO_MSECS_TO_SECS(3)

NAME
     ALLEGRO_MSECS_TO_SECS - Allegro 5 API

SYNOPSIS
	    #include <allegro5/allegro.h>

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

DESCRIPTION
     Convert milliseconds to seconds.

Allegro reference manual				ALLEGRO_MSECS_TO_SECS(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ALLEGRO_MSECS_TO_SECS&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help