1 2 3 4 5 6 7
#ifndef NAME_FROM_URL #define NAME_FROM_URL #include <string> std::string name_from_url(std::string url); #endif