#ifndef __PCSVM_ZIP_ITEM__ #define __PCSVM_ZIP_ITEM__ struct ZipItem { int index; float value1; float value2; }; #endif