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

Revision as of 00:08, 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); map<int, string, less<int> > get_map(); void...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
 1// f_specs.h
 2
 3
 4#include "common.h"
 5
 6string get_string(string);
 7
 8map<int, string, less<int> > get_map();
 9
10void put_map(const map<int, string, less<int> >&);