1// search_sort.h 2 3 4#include <vector> 5#include <string> 6 7#include "search.cpp" 8#include "sort.cpp" 9 10extern char get_char(string);