Man Linux: Main Page and Category List

NAME

       cpu_vendor  -  Contains  the  CPU vendor name. Allegro game programming
       library.

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(3alleg),        cpu_family(3alleg),        cpu_model(3alleg),
       cpu_capabilities(3alleg), allegro_init(3alleg)