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

FreeBSD Manual Pages

  
 
  

home | help
AL_ID(3)			Allegro	manual			      AL_ID(3)

NAME
       AL_ID - Converts	four 8 bit values to a packed 32 bit integer ID. Alle-
       gro game	programming library.

SYNOPSIS
       #include	<allegro.h>

       Macro AL_ID(a,b,c,d)

DESCRIPTION
       This 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 ALSO
       DAT_ID(3)

Allegro				 version 4.4.3			      AL_ID(3)

NAME | SYNOPSIS | DESCRIPTION | SEE ALSO

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=AL_ID&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>

home | help