Yurttas/PL/OOL/Cplusplus/F/06/02/01/10/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(); void put_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
10void put_vector_lines(const vector<string>&);