ALLEGRO_DATE man page on DragonFly

Man page or keyword search:  
man Server   44335 pages
apropos Keyword Search (all sections)
Output format
DragonFly logo
[printable version]

ALLEGRO_DATE(3)			Allegro manual		       ALLEGRO_DATE(3)

NAME
       ALLEGRO_DATE - Defined to a number with the release date of Allegro.

SYNOPSIS
       #include <allegro.h>

       #define ALLEGRO_DATE

DESCRIPTION
       Defined	to  an	integer	 containing the release date of Allegro in the
       packed format `yyyymmdd'. Example:

	  const int year = ALLEGRO_DATE / 10000;
	  const int month = (ALLEGRO_DATE / 100) % 100;
	  const int day = ALLEGRO_DATE % 100;

	  allegro_message("Year %d, month %d, day %d\n",
	     year, month, day);

Allegro				 version 4.4.2		       ALLEGRO_DATE(3)
[top]

List of man pages available for DragonFly

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net