mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
5 lines
79 B
C++
5 lines
79 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
std::string readFile(const std::string &path); |