Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-10-25 09:48:53

0001 #ifndef _include_LzmaFile_interface_h_
0002 #define _include_LzmaFile_interface_h_
0003 
0004 extern "C" {
0005 void lzmaopenfile_(char* name);
0006 }
0007 extern "C" {
0008 void lzmafillarray_(double* data, const int& length);
0009 }
0010 extern "C" {
0011 void lzmaclosefile_();
0012 }
0013 extern "C" {
0014 int lzmanextnumber_(double& data);
0015 }
0016 
0017 #endif