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

Revision as of 22:53, 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(); int count_space...")
(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
10int count_spaces(const string&);
11
12void put_vector_ints(const vector< vector<int> >&);