BendCalc/include/DataSave.h

8 lines
146 B
C
Raw Normal View History

2024-07-26 21:42:13 -07:00
#ifndef DATASAVE_H
#define DATASAVE_H
#include <string>
void saveDataToCSV(const std::string& fileName, const std::string& data);
#endif