os_revision (3) - Linux Manuals
os_revision: Version of the OS currently running. Allegro game programming library.
Command to display os_revision
manual in Linux: $ man 3 os_revision
NAME
os_version, os_revision - Version of the OS currently running. Allegro game programming library.
SYNOPSIS
#include <allegro.h>
extern int os_version;
extern int os_revision;
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.
Pages related to os_revision
- os_type (3) - Stores the detected type of the OS. Allegro game programming library.
- os_version (3) - Version of the OS currently running. Allegro game programming library.
- ossp-uuid (3) - OSSP Universally Unique Identifier