1// f_specs.h 2 3 4#include "common.h" 5 6using namespace std; 7 8vector<string> get_vector_lines(); 9 10void put_vector_lines(const vector<string>&);