5.2.2.1 The cclib class
The cclib class is derived from the library class.
     class cclib : public library;
   There is one constructor.
— Constructor:  
cclib::cclib (
const string& filename)
;
This function attempts to open the given file as a Central Council method
library. 
— Function: static void 
cclib::registerlib (
void)
This function registers the Central Council library type with the
library auto-detection mechanism.  It will agree to open any file which
has the correct CC copyright notice in the first line.