/*************************************************************** * * change the buffer from bytes to words to read the calorimeter * ***************************************************************/ /* * include needed system headers */ #include /* include standard i/o library */ #include void azero_(int *vetto, int *lung) { vector v( *lung ); memcpy(&v, &*vetto, *lung); if ( !v.empty() ) { v.clear(); memcpy(&*vetto, &v, *lung); } }