Returns the revision of the MFP library. The revision is returned as a string with a functional version number, a major version number and a minor version number, separated by a dot (.) character.
char const* mfp_Revision();
#include "mfp.h";
...
... |
Returns the result:
MFP revision is 1.0.0 |