include/tools.h
changeset 3 724e07a9f155
parent 0 826dd5531eb0
child 4 fdf04a93faeb
equal deleted inserted replaced
2:62ddf5dd4db0 3:724e07a9f155
     6 #ifndef TOOLS_H
     6 #ifndef TOOLS_H
     7 #define TOOLS_H
     7 #define TOOLS_H
     8 
     8 
     9 #include <sstream>
     9 #include <sstream>
    10 
    10 
    11 std::string itoa(const int& i);
    11 std::string itoa (const int &i);
    12 
    12 
    13 #endif
    13 #endif