Loading...
Searching...
No Matches
14#ifndef MPS_MAJOR_VERSION
15#define MPS_MAJOR_VERSION 3
18#ifndef MPS_MINOR_VERSION
19#define MPS_MINOR_VERSION 2
22#ifndef MPS_PATCH_VERSION
23#define MPS_PATCH_VERSION 1
26const char * mps_get_version ();
28unsigned int mps_get_major_version();
30unsigned int mps_get_minor_version();
32unsigned int mps_get_patch_version();