CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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" { void lzmaopenfile_(char* name); }
5 extern "C" { void lzmafillarray_(double* data, const int& length); }
6 extern "C" { void lzmaclosefile_(); }
7 extern "C" { int lzmanextnumber_(double& data); }
8 
9 
10 #endif
int lzmanextnumber_(double &data)
void lzmaopenfile_(char *name)
void lzmafillarray_(double *data, const int &length)
void lzmaclosefile_()
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:82