#ifndef NAME_FROM_URL_H #define NAME_FROM_URL_H char* name_from_url(const char *url); #endif