BendCalc/include/DataSave.h

8 lines
146 B
C++

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