1 2 3 4 5 6 7 8 9
#ifndef CURRENCYCONVERSION_H #define CURRENCYCONVERSION_H #include "Infobox.h" int is_currency_query(const char *query); InfoBox fetch_currency_data(const char *query); #endif
[PATCH repo_name]