5.2.3.1 The mslib class
The mslib class is derived from the library class.
     class mslib : public library;
   There is one constructor.
— Constructor:  
mslib::mslib (
const string& filename)
;
This function attempts to open the given file as a MicroSIRIL method
library. 
— Function: static void 
mslib::registerlib (
void)
This function registers the MicroSIRIL library type with the
library auto-detection mechanism.  It will agree to open any file which
has a name containing a number just before any extension.