1cpu_vendor(3) Allegro manual cpu_vendor(3)
2
3
4
6 cpu_vendor - Contains the CPU vendor name. Allegro game programming
7 library.
8
10 #include <allegro.h>
11
12
13 extern char cpu_vendor[];
14
16 On Intel PCs, contains the CPU vendor name if known. On Mac OSX systems
17 this contains the PPC subtype name. On other platforms, this may be an
18 empty string. You can read this variable after you have called
19 check_cpu() (which is automatically called by allegro_init()).
20
21
23 check_cpu(3), cpu_family(3), cpu_model(3), cpu_capabilities(3), alle‐
24 gro_init(3)
25
26
27
28Allegro version 4.4.3 cpu_vendor(3)