Yurttas/PL/OOL/Cplusplus/F/06/02/01/09/f specs.h

Revision as of 22:54, 6 November 2013 by MassBot1 (talk | contribs) (Created page with "<syntaxhighlight lang="cpp" line start="1" enclose="div">// f_specs.h #include "common.h" using namespace std; vector<string> get_vector_lines(); vector< vector<...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
 1// f_specs.h
 2
 3
 4#include "common.h"
 5
 6using namespace std;
 7
 8vector<string> get_vector_lines();
 9
10vector< vector<int> > construct_vector_ints(const vector<string>&);
11
12void put_vector_ints(const vector< vector<int> >&);