Yurttas/PL/OOL/Cplusplus/F/02/04/021/01/00/f specs.h

From ZCubes Wiki
Revision as of 22:02, 6 November 2013 by MassBot1 (talk | contribs) (Created page with "<syntaxhighlight lang="cpp" line start="1" enclose="div">// f_specs.h vector< vector<int> > f_a(); void f_b(vector< vector<int> >&); </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
1// f_specs.h
2
3
4vector< vector<int> > f_a();
5
6void f_b(vector< vector<int> >&);