Yurttas/PL/OOL/Cplusplus/F/07/02/02/00/f specs.h

Revision as of 00:03, 7 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_patte...")
(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_pattern(vector<string>&);
11
12void put_count(int);