Query: allegro_date
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ALLEGRO_DATE(3alleg4) Allegro manual ALLEGRO_DATE(3alleg4)NAMEALLEGRO_DATE - Defined to a number with the release date of Allegro.SYNOPSIS#include <allegro.h> #define ALLEGRO_DATEDESCRIPTIONDefined 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 ", year, month, day); Allegro version 4.4.2 ALLEGRO_DATE(3alleg4)
Related Man Pages |
---|
fixtoi(3alleg4) - centos |
exdata(3alleg4) - centos |
exdata(3alleg4) - netbsd |
exdata(3alleg4) - v7 |
exdata(3alleg4) - mojave |
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
Introduction |
Detecting unused variables... |
Find columns in a file based on header and print to new file |
New UNIX and Linux History Sections |