.\" Generated by the Allegro makedoc utility .TH cpu_vendor 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME cpu_vendor \- Contains the CPU vendor name. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B extern char cpu_vendor[]; .SH 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()). .SH SEE ALSO .BR check_cpu (3alleg4), .BR cpu_family (3alleg4), .BR cpu_model (3alleg4), .BR cpu_capabilities (3alleg4), .BR allegro_init (3alleg4)