os_multitasking.3alleg

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

os_multitasking - Indicates if the OS is multitasking. Allegro game programming library.

SYNOPSIS

#include <allegro.h>

extern int os_multitasking;

DESCRIPTION

Set by allegro_init() to either TRUE or FALSE depending on whether your Operating System is multitasking or not.

SEE ALSO

os_type(3alleg), os_version(3alleg)