#ifndef WEB_H #define WEB_H void fetch_web_page(const char* url); #endif