config.h 104 B

12345
  1. #include <map>
  2. #include <string>
  3. std::map<std::string, std::string> yaml_parse(std::string filename);