1 2 3 4 5 6 7 8 9
#ifndef WIKIPEDIA_H #define WIKIPEDIA_H #include "Infobox.h" InfoBox fetch_wiki_data(char *api_url); char *construct_wiki_url(const char *search_term); #endif