check_cpu.3alleg

Langue: en

Version: version 4.2.2 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

check_cpu - Detects the CPU type. Allegro game programming library.

SYNOPSIS

#include <allegro.h>

void check_cpu();

DESCRIPTION

Detects the CPU type, setting the following global variables. You don't normally need to call this, because allegro_init() will do it for you.

SEE ALSO

cpu_vendor(3alleg), cpu_family(3alleg), cpu_model(3alleg), cpu_capabilities(3alleg), allegro_init(3alleg)