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

From ZCubes Wiki
Revision as of 00:07, 7 November 2013 by MassBot1 (talk | contribs) (Created page with "<syntaxhighlight lang="cpp" line start="1" enclose="div">// f_specs.h #include "common.h" string get_string(string); vector<string> get_list_string(); vector<int...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
 1// f_specs.h
 2
 3
 4#include "common.h"
 5
 6string get_string(string);
 7
 8vector<string> get_list_string();
 9
10vector<int> get_list_int();
11
12void put_lists(const vector<string>&,
13               const vector<int>&);