rapi_version - RAPI version
#include <rapi.h>
int rapi_version(void)
This call obtains the version of the interface. It may be used by an application to adapt to different versions.
This call returns a single integer that defines the version of the interface. The returned value is composed of a major number and a minor number, encoded as:
- 100 * major + minor
The API described in this specification has major version number 6.
Contents | Next section | Index |