libdballe 9.6
string.h
1#ifndef DBALLE_CORE_STRING_H
2#define DBALLE_CORE_STRING_H
3
4#include <string>
5
6namespace dballe {
7
14bool url_pop_query_string(std::string& url, const std::string& name, std::string& val);
15
16}
17
18#endif