CMS 3D CMS Logo

LzmaFile.interface.h
Go to the documentation of this file.
1 #ifndef _include_LzmaFile_interface_h_
2 #define _include_LzmaFile_interface_h_
3 
4 extern "C" {
5 void lzmaopenfile_(char* name);
6 }
7 extern "C" {
8 void lzmafillarray_(double* data, const int& length);
9 }
10 extern "C" {
11 void lzmaclosefile_();
12 }
13 extern "C" {
14 int lzmanextnumber_(double& data);
15 }
16 
17 #endif
void lzmafillarray_(double *data, const int &length)
void lzmaopenfile_(char *name)
void lzmaclosefile_()
int lzmanextnumber_(double &data)
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:79