#ifndef DATASAVE_H #define DATASAVE_H #include void saveDataToCSV(const std::string& fileName, const std::string& data); #endif