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

FreeBSD Manual Pages

  
 
  

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

NAME
     al_get_time - Allegro 5 API

SYNOPSIS
	    #include <allegro5/allegro.h>

	    double al_get_time(void)

DESCRIPTION
     Return  the  number  of  seconds since the Allegro library was initialised.
     The return value is undefined if Allegro is uninitialised.  The  resolution
     depends  on the used driver, but typically can be in the order of microsec-
     onds.

Allegro reference manual					  al_get_time(3)

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

home | help