os_number

Description

Describes operating system in use

Old Name

#define _os_version os_number

Syntax

int os_number;

Remarks

The possible values that os_number can take are given in DBFLAGS.H. The common values are:

OS_MS-DOS, OS_286, OS_UNIX, OS_WINDOWS, OS_OS2

If you need to add hardware-dependent code in your program, you can code a version for each operating system using this variable.