Query: al_id
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
AL_ID(3alleg4) Allegro manual AL_ID(3alleg4)NAMEAL_ID - Converts four 8 bit values to a packed 32 bit integer ID. Allegro game programming library.SYNOPSIS#include <allegro.h> Macro AL_ID(a,b,c,d)DESCRIPTIONThis macro can be used to create a packed 32 bit integer from 8 bit characters, on both 32 and 64 bit machines. These can be used for vari- ous things, like custom datafile objects or system IDs. Example: #define OSTYPE_LINUX AL_ID('T','U','X',' ')SEE ALSODAT_ID(3alleg4) Allegro version 4.4.2 AL_ID(3alleg4)
Related Man Pages |
---|
exdata(3alleg4) - debian |
register_uformat(3alleg4) - centos |
register_uformat(3alleg4) - opendarwin |
exdata(3alleg4) - linux |
register_uformat(3alleg4) - linux |