1 2 3 4 5 6
#ifndef NAME_FROM_URL_H #define NAME_FROM_URL_H char* name_from_url(const char *url); #endif