|
NAMEos_multitasking - Indicates if the OS is multitasking. Allegro game programming library.SYNOPSIS#include <allegro.h>extern int os_multitasking; DESCRIPTIONSet by allegro_init() to either TRUE or FALSE depending on whether your Operating System is multitasking or not.SEE ALSOos_type(3), os_version(3)
Visit the GSP FreeBSD Man Page Interface. |