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

FreeBSD Manual Pages

  
 
  

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

NAME
     cpu_vendor  -  Contains  the  CPU vendor name. Allegro game programming li-
     brary.

SYNOPSIS
     #include <allegro.h>

     extern char cpu_vendor[];

DESCRIPTION
     On Intel PCs, contains the CPU vendor name if known.  On  Mac  OSX  systems
     this  contains  the  PPC  subtype	name. On other platforms, this may be an
     empty string. You can read this variable after you have called  check_cpu()
     (which is automatically called by allegro_init()).

SEE ALSO
     check_cpu(3),   cpu_family(3),   cpu_model(3),  cpu_capabilities(3),  alle-
     gro_init(3)

Allegro 			  version 4.4.3 		   cpu_vendor(3)

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

home | help