logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

os_version, os_revision - Version of the OS currently running. Allegro game programming library.

Description

       The major and minor version of the Operating System currently running.  Set by allegro_init(). If Allegro
       for  some reason was not able to retrieve the version of the Operating System, os_version and os_revision
       will be set to -1. For example: Under Win98 SE (v4.10.2222) os_version will be set to 4  and  os_revision
       to 10.

Name

       os_version, os_revision - Version of the OS currently running. Allegro game programming library.

See Also

os_type(3alleg4), os_multitasking(3alleg4)

Allegro                                           version 4.4.3                              os_version(3alleg4)

Synopsis

#include<allegro.h>externintos_version;externintos_revision;

See Also